From: Jean Delvare Date: Wed, 30 Jul 2008 19:29:21 +0000 (-0700) Subject: dev_printk(): constify the `dev' argument X-Git-Tag: v2.6.27-rc5~54^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf9ca69fc8d19d4034391d3df4c35dccdef9d28c;p=pandora-kernel.git dev_printk(): constify the `dev' argument Add const markings to dev_name and dev_driver_string to make it clear that dev_printk doesn't modify dev. This is a prerequisite to adding more const markings to other functions make it clearer, which functions can modify dev and which can't. Signed-off-by: Jean Delvare Cc: Kay Sievers Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed