Staging: crystalhd: don't waste the last char of buffer
authorDan Carpenter <error27@gmail.com>
Mon, 14 Mar 2011 09:35:31 +0000 (12:35 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 14 Mar 2011 18:47:59 +0000 (11:47 -0700)
commite278913c3c70dea6302d99f5f0ee4961e09970b6
tree918f233bbb1ee842ac313de1e5113dc4b39b1e72
parenta3b6ff03527247c81eab37d95b7fb36e7eda1939
Staging: crystalhd: don't waste the last char of buffer

pinfo->name is a 32 char buffer.  In the original code, the last char
wasn't fully utilized.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/crystalhd/crystalhd_lnx.c