From: Helge Deller Date: Tue, 13 Jan 2009 20:14:51 +0000 (+0100) Subject: parisc: fix dev_printk() compile warnings for accessing a device struct X-Git-Tag: v2.6.29~46^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f384ce780c6091968fc848b14f17b45cb849e14;p=pandora-kernel.git parisc: fix dev_printk() compile warnings for accessing a device struct Fix compile warnings: drivers/scsi/zalon.c: In function `zalon_probe': drivers/scsi/zalon.c:140: warning: passing arg 1 of `dev_driver_string' from incompatible pointer type drivers/scsi/zalon.c:140: warning: passing arg 1 of `dev_name' from incompatible pointer type Signed-off-by: Helge Deller Signed-off-by: Kyle McMartin --- Reading git-diff-tree failed