linux/drivers/staging/dgnc
Lidza Louina 68b146e894 staging: dgnc: cls.c: changes var in cls_vpd function for sparse
This patch changes cls_vpd function's re_map_vpdbase variable
type and marker.

It removes these warnings found in cls.c:

warning: incorrect type in assignment (different address spaces)
  expected unsigned char [usertype] *re_map_vpdbase
  got void [noderef] <asn:2>*
warning: incorrect type in argument 1 (different address spaces)
  expected void const volatile [noderef] <asn:2>*addr
  got unsigned char [usertype] *
warning: incorrect type in argument 1 (different address spaces)
  expected void volatile [noderef] <asn:2>*addr
  got unsigned char [usertype] *re_map_vpdbase

The variables passed to readb needs to be of type u8
with a __iomem marker. re_map_vpdbase is passed into
readb in the code.

Signed-off-by: Lidza Louina <lidza.louina@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-08-26 16:26:55 -07:00
..
dgnc_cls.c staging: dgnc: cls.c: changes var in cls_vpd function for sparse 2013-08-26 16:26:55 -07:00
dgnc_cls.h staging: dgnc: cls_uart_struct: adds marker and changes vars' types for sparse 2013-08-26 16:26:55 -07:00
dgnc_driver.c staging: dgnc: driver.c: removes dgnc_mbuf function 2013-08-22 12:35:26 -07:00
dgnc_driver.h staging: dgnc: driver.h: changes a struct board_t var's type and marker for sparse 2013-08-26 16:26:55 -07:00
dgnc_kcompat.h staging: dgnc: kcompat.h: removes trailing whitespace 2013-08-21 09:43:53 -07:00
dgnc_mgmt.c staging: dgnc: removes CVS code from files 2013-08-21 10:48:40 -07:00
dgnc_mgmt.h staging: dgnc: removes ifdef HAVE_UNLOCKED_IOCTL conditionals 2013-08-20 16:28:40 -07:00
dgnc_neo.c staging: dgnc: neo.c: fixes code indent error 2013-08-21 10:49:47 -07:00
dgnc_neo.h staging: dgnc: neo_uart_struct: adds marker and changes vars' types for sparse 2013-08-26 16:26:55 -07:00
dgnc_pci.h staging: dgnc: removes CVS code from files 2013-08-21 10:48:40 -07:00
dgnc_sysfs.c staging: dgnc: sysfs.c: fixes code indent error 2013-08-21 10:49:47 -07:00
dgnc_sysfs.h staging: dgnc: sysfs.h: removes trailing whitespace 2013-08-21 09:43:54 -07:00
dgnc_trace.c staging: dgnc: removes CVS code from files 2013-08-21 10:48:40 -07:00
dgnc_trace.h staging: dgnc: removes CVS code from files 2013-08-21 10:48:40 -07:00
dgnc_tty.c staging: dgnc: tty.c: fixes code indent error 2013-08-21 10:49:47 -07:00
dgnc_tty.h
dgnc_types.h
digi.h staging: dgnc: fixes struct declaration 2013-08-21 10:48:40 -07:00
dpacompat.h staging: dgnc: dpacompat.h: removes trailing whitespace 2013-08-21 09:44:05 -07:00
Kconfig staging: dgnc: Kconfig: add dependency PCI for it 2013-08-26 06:29:09 -07:00
Makefile staging: dgnc: removes proc code 2013-08-15 10:14:29 -07:00