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)
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>

No differences found