commit | 656d2b3964a9d0f9864d472f8dfa2dd7dd42e6c0 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 28 09:20:09 2012 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 28 09:22:04 2012 -0800 |
tree | 950d7bfbdbb0b5525b2613e330393f9c082a27aa | |
parent | 6d161b99f875269ad4ffa44375e1e54bca6fd02e [diff] |
USB: ftdi_sio: fix problem when the manufacture is a NULL string On some misconfigured ftdi_sio devices, if the manufacturer string is NULL, the kernel will oops when the device is plugged in. This patch fixes the problem. Reported-by: Wojciech M Zabolotny <W.Zabolotny@elka.pw.edu.pl> Tested-by: Wojciech M Zabolotny <W.Zabolotny@elka.pw.edu.pl> Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>