pata_it821x: use "const char *" for string literals
authorLABBE Corentin <clabbe.montjoie@gmail.com>
Wed, 14 Oct 2015 19:18:31 +0000 (21:18 +0200)
committerTejun Heo <tj@kernel.org>
Thu, 15 Oct 2015 14:58:53 +0000 (10:58 -0400)
commit3a53b3bcc7af2f7ddfb682cb8efb26e40fe50fb1
treedc2770c20b64460eb24dcf5d40389a15043a770e
parent2aa8f5d63d9183ab185364d4ce849566ede0f301
pata_it821x: use "const char *" for string literals

Some string literals are pointed to by "char *".  This patch fixes
that.

tj: Updated patch title and description.

Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/pata_it821x.c