OSDN Git Service

solx_devfs.c: fix gcc warnings about casting away const when reading data
authorAlan Coopersmith <alan.coopersmith@oracle.com>
Thu, 9 Feb 2012 06:14:08 +0000 (22:14 -0800)
committerAlan Coopersmith <alan.coopersmith@oracle.com>
Thu, 9 Feb 2012 06:14:50 +0000 (22:14 -0800)
commit167ffb1c4e431763e30c894131e704bb3599c7c1
tree9a811dd83c39fb779ef93c743cbd408797d42a16
parent573b25ecd34dd69ee14c58f752bffdb5709654b9
solx_devfs.c: fix gcc warnings about casting away const when reading data

solx_devfs.c: In function `pci_device_solx_devfs_write':
solx_devfs.c:1085: warning: cast discards qualifiers from pointer target type
solx_devfs.c:1089: warning: cast discards qualifiers from pointer target type
solx_devfs.c:1093: warning: cast discards qualifiers from pointer target type
solx_devfs.c:1097: warning: cast discards qualifiers from pointer target type

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
src/solx_devfs.c