/* $Id: iga.h,v 1.2 1999/09/11 22:56:31 zaitcev Exp $ * iga1682.h: Sparc/PCI iga1682 driver constants etc. * * Copyleft 1998 V. Roganov and G. Raiko */ #ifndef _IGA1682_H #define _IGA1682_H 1 #define IGA_ATTR_CTL 0x3C0 #define IGA_IDX_VGA_OVERSCAN 0x11 #define DAC_W_INDEX 0x03C8 #define DAC_DATA 0x03C9 #define IGA_EXT_CNTRL 0x3CE #define IGA_IDX_EXT_BUS_CNTL 0x30 #define MEM_SIZE_ALIAS 0x3 #define MEM_SIZE_1M 0x0 #define MEM_SIZE_2M 0x1 #define MEM_SIZE_4M 0x2 #define MEM_SIZE_RESERVED 0x3 #define IGA_IDX_OVERSCAN_COLOR 0x58 #define IGA_IDX_EXT_MEM_2 0x72 #endif /* !(_IGA1682_H) */ ef='/cgit.cgi/linux/net-next.git/'>net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-10-12 08:21:43 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-10-17 12:13:36 -0200
commit1aeb5b615cd10db7324d4e4d167c4916dfeca311 (patch)
tree522542eb5e0633ab165f27797caa9f5ca8feef09 /Documentation
parent59dde8e70cfb7afbc1b647d7d3440dfb9a78b431 (diff)
[media] radio-bcm2048: don't ignore errors
Remove this warning: drivers/staging/media/bcm2048/radio-bcm2048.c: In function 'bcm2048_set_rds_no_lock': drivers/staging/media/bcm2048/radio-bcm2048.c:467:6: warning: variable 'err' set but not used [-Wunused-but-set-variable] int err; ^~~ By returning the error code. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation')