staging/comedi/adl_pci8164: Don't assign string
authorPeter Huewe <peterhuewe@gmx.de>
Mon, 28 Jan 2013 23:36:39 +0000 (00:36 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Jan 2013 04:11:41 +0000 (23:11 -0500)
commite21545449b2b96775065f237063a224fff21ed9d
tree986d0cd202cbb9f84f091d4e8af5b1082873c8f3
parentbc3954b8147402e4495378d982cc8e708703a0f1
staging/comedi/adl_pci8164: Don't assign string

Assigning a string is really bad,
and since we only have 1 char strings here we
can simply use a char to store the value and change the format specifier.

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/adl_pci8164.c