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)
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>

No differences found