git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fc0dae
)
staging/easycap: fix artificial line breaks
author
Tomas Winkler
<tomas.winkler@intel.com>
Thu, 3 Feb 2011 11:42:41 +0000
(13:42 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 4 Feb 2011 20:44:31 +0000
(12:44 -0800)
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>
No differences found