]> git.baikalelectronics.ru Git - kernel.git/commit
wimax: fix warning caused by not checking retval of rfkill_set_hw_state()
authorInaky Perez-Gonzalez <inaky@linux.intel.com>
Thu, 11 Jun 2009 18:12:48 +0000 (11:12 -0700)
committerInaky Perez-Gonzalez <inaky@linux.intel.com>
Thu, 11 Jun 2009 18:12:48 +0000 (11:12 -0700)
commitd3402afbc5df45aaa50850877150eb140a71552d
tree0805e8ce546a5b5edb5594302b9151c6dd8d5b8a
parent914c6a202d733bf56b1744bd30417d86b7d75afa
wimax: fix warning caused by not checking retval of rfkill_set_hw_state()

Caused by an API update. The return value can be safely ignored, as
there is notthing we can do with it.

Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
net/wimax/op-rfkill.c