]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: rtl8192su: fixup size comparison warning
authorJeff Mahoney <jeffm@suse.com>
Tue, 4 Aug 2009 14:26:21 +0000 (10:26 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:02:16 +0000 (12:02 -0700)
commit6af88cacf301616088c61bc078af3cc9802fa332
tree76bed21b4827d0bb09eb0027fb5325ca8d79997a
parent31723f60a9e71aacbddcb89fcd20b5f7cbefc47e
Staging: rtl8192su: fixup size comparison warning

sizeof(val) returns type unsigned long. count is already unsigned long, so
just use that. This fixes a compile warning.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/rtl8192su/ieee80211/ieee80211_module.c