]> 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)
commite4a631e40e4bfae05bd5f9833c83f5297331179d
tree2e4889dec6f72d0e2e66fc736824274fd8a6c028
parent392e42083dd0b66c3da3985d8a23e4e1771054ef
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