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)
commit03c5a9cf49999ca3431eb9199c9bb831b0020be2
tree169adb104d8329fcd7ac091750db1df54a158935
parent320d6c1b56de5f461c6062625b9664095f90ee95
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