commit | 52173c5f3f6476eb9100691ec47b10d6740eed4a | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Fri Sep 22 14:33:35 2017 -0400 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Dec 08 10:08:50 2017 -0500 |
tree | 0aa21aa9e5da8c384381c9213c3ff2f2045e0df2 | |
parent | 6e298d58473520a806d59b7aa51dcb194d1a1b03 [diff] |
media: gspca: Convert PERR to gspca_err Use a more typical kernel logging style. The current macro hides the gspca_dev argument so add it to the macro uses instead. Miscellanea: o Add missing '\n' terminations to formats o Realign arguments to open parenthesis Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>