]> Pileus Git - ~andy/linux/commit
staging: speakup: str initialization replaced with NULL where it was initialized...
authorShalin Mehta <shalinmehta85@gmail.com>
Thu, 3 Oct 2013 08:08:42 +0000 (01:08 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 3 Oct 2013 20:50:54 +0000 (13:50 -0700)
commitab06e0f20ed4c4eb472a1e16f942d6e0150c00bc
tree60f0e3bedc7012f72f94d5b275f63a604ff1301c
parent72b80113a6a7cc0077328aa1765f36141dc7fd1c
staging: speakup: str initialization replaced with NULL where it was initialized with int

Fixed warnings in all of three files where the string was initilized with an integer instead of NULL

Signed-off-by: Shalin Mehta <shalinmehta85@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/speakup/main.c
drivers/staging/speakup/speakup_audptr.c
drivers/staging/speakup/varhandlers.c