]> git.karo-electronics.de Git - karo-tx-linux.git/commit
firmware/dmi_scan: constify strings
authorJean Delvare <jdelvare@suse.de>
Thu, 18 Jul 2013 23:56:49 +0000 (09:56 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 18 Jul 2013 23:56:49 +0000 (09:56 +1000)
commit978f3c7f9553f8fe1f590c2a7d8e117688c16b22
tree1f8c9cfa4f182f893a0e149b8fe55039384427ac
parent169f13296b934eb59c3ebbd83f4accff0172706c
firmware/dmi_scan: constify strings

Add const to all DMI string pointers where this is possible.  This fixes a
checkpatch warning.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Joe Perches <joe@perches.com>
Cc: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/firmware/dmi_scan.c