summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgap/dgap.h
diff options
context:
space:
mode:
authorMark Hounschell <markh@compro.net>2014-04-23 16:43:21 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-05-16 12:16:58 -0700
commit6a30cddba4d2415cc41cd7db30d79122490a224d (patch)
tree2719a4352dea138b3b4be067f7135aba46f752e2 /drivers/staging/dgap/dgap.h
parent405b26d92d085154ba9f68d160d21e9d35a5e0f2 (diff)
downloadlinux-6a30cddba4d2415cc41cd7db30d79122490a224d.tar.bz2
staging: dgap: fix sparse warnings for the entire cm_t structure
This patch fixes sparse warnings for the entire cm_t structure This entire structure defines a hardware segment Signed-off-by: Mark Hounschell <markh@compro.net> Tested-by: Mark Hounschell <markh@compro.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/dgap/dgap.h')
-rw-r--r--drivers/staging/dgap/dgap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/dgap/dgap.h b/drivers/staging/dgap/dgap.h
index 8d75d32faa1b..e8bb8c630cc8 100644
--- a/drivers/staging/dgap/dgap.h
+++ b/drivers/staging/dgap/dgap.h
@@ -969,7 +969,7 @@ struct digi_cmd {
struct channel_t {
int magic; /* Channel Magic Number */
struct bs_t __iomem *ch_bs; /* Base structure pointer */
- struct cm_t *ch_cm; /* Command queue pointer */
+ struct cm_t __iomem *ch_cm; /* Command queue pointer */
struct board_t *ch_bd; /* Board structure pointer */
unsigned char *ch_vaddr; /* FEP memory origin */
unsigned char *ch_taddr; /* Write buffer origin */