]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: serqt_usb2: fix dbg print when kzalloc failed to allocate qt_port
authorDevendra Naga <devendra.aaru@gmail.com>
Sun, 26 Aug 2012 05:42:33 +0000 (11:12 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Sep 2012 21:23:33 +0000 (14:23 -0700)
commit623c2bb2c59a6941c68e5d47d13e417f63535043
tree5216cd931d4ecf423b5ebd11026001738a4bd8ec
parentc993e432edc3b8ce8d3985d8dac3ecba82be86c0
staging: serqt_usb2: fix dbg print when kzalloc failed to allocate qt_port

the port was kzalloced but the print statement says that its kmalloc.

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/serqt_usb2/serqt_usb2.c