]> git.baikalelectronics.ru Git - kernel.git/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)
commitf0cab9320c2ac75580f87e446b1cb25c5483242f
tree60f0e3bedc7012f72f94d5b275f63a604ff1301c
parent1f481b44860f22b12cfdf506eab48ac14b7d81f1
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