staging/fwserial: Annotate rcu pointers with __rcu
authorPeter Hurley <peter@hurleysoftware.com>
Wed, 30 Jan 2013 22:44:16 +0000 (17:44 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 31 Jan 2013 09:30:34 +0000 (10:30 +0100)
commit1aedfa8f25c13a2f5428cb1b0f806e04121cbef5
tree49ecd5e6d1730a8bd4a6e1166b03f42b3564df86
parent0d145a501778042d0411c843ed5b468b41f8a171
staging/fwserial: Annotate rcu pointers with __rcu

Fixes these sparse warnings:
drivers/staging/fwserial/fwserial.c:430:16: sparse: incompatible types in comparison expression (different address spaces)
drivers/staging/fwserial/fwserial.c:699:30: sparse: incompatible types in comparison expression (different address spaces)
drivers/staging/fwserial/fwserial.c:802:16: sparse: incompatible types in comparison expression (different address spaces)
drivers/staging/fwserial/fwserial.c:898:16: sparse: incompatible types in comparison expression (different address spaces)
drivers/staging/fwserial/fwserial.c:1842:14: sparse: incompatible types in comparison expression (different address spaces)

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fwserial/fwserial.h
This page took 0.024186 seconds and 5 git commands to generate.