]> git.baikalelectronics.ru Git - kernel.git/commit
wl12xx: change type from u8 to int
authorDan Carpenter <error27@gmail.com>
Mon, 7 Feb 2011 16:47:42 +0000 (19:47 +0300)
committerLuciano Coelho <coelho@ti.com>
Tue, 22 Feb 2011 16:06:35 +0000 (18:06 +0200)
commite26eba907cc884b7ad5ce67dbd3fad90bf92ad4e
tree169adb104d8329fcd7ac091750db1df54a158935
parentacbdf608b58b546f9576091545f51d26ef75b49d
wl12xx: change type from u8 to int

ret is used to store int types.  Using an u8 will break the error
handling.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
drivers/net/wireless/wl12xx/init.c