staging/easycap: fix artificial line breaks
authorTomas Winkler <tomas.winkler@intel.com>
Thu, 3 Feb 2011 11:42:41 +0000 (13:42 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 4 Feb 2011 20:44:31 +0000 (12:44 -0800)
commite0a691e35236d3600c47839c85f82188260e4169
treef9eeeb35e8d670ceabc85ac533e7a9bc639cb692
parent3fc0dae888ee216036ae1898fc9186f1dd04f185
staging/easycap: fix artificial line breaks

fix style issue:
if (NULL !=
pdata_urb->purb) {
created by the patch:
'staging/easycap: don't cast NULL pointer'

After dropping the casting there is no longer 80 columns
limitation

Reported-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/easycap/easycap_main.c