]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8187se: add missing __iomem annotation
authorTeodora Baluta <teobaluta@gmail.com>
Sat, 19 Oct 2013 18:09:46 +0000 (21:09 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 19 Oct 2013 21:54:49 +0000 (14:54 -0700)
commit3f5a4671175f02996879002d5a632ec03a2ae3df
tree2e4889dec6f72d0e2e66fc736824274fd8a6c028
parentdd9ce94e34a006087fda96678399d2d6f712c130
staging: rtl8187se: add missing __iomem annotation

Fix the following type of sparse warnings:

drivers/staging/rtl8187se/r8180_core.c:163:48: warning: incorrect type in argument 1 (different address spaces)
drivers/staging/rtl8187se/r8180_core.c:163:48:    expected void const volatile [noderef] <asn:2>*addr
drivers/staging/rtl8187se/r8180_core.c:163:48:    got unsigned char [usertype] *

Signed-off-by: Teodora Baluta <teobaluta@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8187se/r8180_core.c