]> git.karo-electronics.de Git - linux-beck.git/commit
staging: wilc1000: replace numeric type to kernel error type
authorLeo Kim <leo.kim@atmel.com>
Fri, 6 Nov 2015 02:19:55 +0000 (11:19 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Nov 2015 04:02:47 +0000 (20:02 -0800)
commit92e7d188860277bf539c247c262d5a7ae098deb4
treecf8c71d7bbd450853225796f5b8ad658ac035d0e
parentab12d8c773f86cbbd3773f65b355922fd13e5951
staging: wilc1000: replace numeric type to kernel error type

This patch replaces numeric type to generic type by kernel style.
 -5 -> -EIO
 -105 -> -ENOBUFS

Signed-off-by: Leo Kim <leo.kim@atmel.com>
Signed-off-by: Glen Lee <glen.lee@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_wlan.c