firmware/dmi_scan: constify strings
authorJean Delvare <jdelvare@suse.de>
Wed, 11 Sep 2013 21:24:09 +0000 (14:24 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Sep 2013 22:58:51 +0000 (15:58 -0700)
commitffbbb96dd7570b9aafd426cd77a7ee03d224cabf
treed02a69d3abba00f257e1863e9ecb78da31dc82e8
parent02d9c47f1bf2304d6482e1e69e00c06791d86908
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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/firmware/dmi_scan.c