[POWERPC] sata_svw: Constify & voidify get_property()
authorJeremy Kerr <jk@ozlabs.org>
Wed, 12 Jul 2006 05:41:41 +0000 (15:41 +1000)
committerPaul Mackerras <paulus@samba.org>
Mon, 31 Jul 2006 05:55:06 +0000 (15:55 +1000)
commitaf5f92d881d783b47d1f993ddffa2bce8b2993fe
tree4a566dbd4c559700b1d24250b88dbd0de886df80
parent5c339e96a391476ebb7cc63d913445c8cee092ff
[POWERPC] sata_svw: Constify & voidify get_property()

Now that get_property() returns a void *, there's no need to cast its
return value. Also, treat the return value as const, so we can
constify get_property later.

sata_svw changes

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
drivers/scsi/sata_svw.c