commit | ffbbb96dd7570b9aafd426cd77a7ee03d224cabf | [log] [tgz] |
---|---|---|
author | Jean Delvare <jdelvare@suse.de> | Wed Sep 11 14:24:09 2013 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Sep 11 15:58:51 2013 -0700 |
tree | d02a69d3abba00f257e1863e9ecb78da31dc82e8 | |
parent | 02d9c47f1bf2304d6482e1e69e00c06791d86908 [diff] |
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>