wireless: rndis_wlan: modparam_workaround_interval is never below 0.
authorRoel Kluin <12o3l@tiscali.nl>
Wed, 23 Apr 2008 20:10:29 +0000 (22:10 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 24 Apr 2008 01:25:36 +0000 (21:25 -0400)
priv->param_workaround_interval is unsigned, modparam_workaround_interval not.
the former is never < 0.

Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found