]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit602c45641786082a30eabb502fd1c46e0559a264
treed02a69d3abba00f257e1863e9ecb78da31dc82e8
parent26888458794e5608f4575d1efd8a304f03862870
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