[media] av7110: fix confusing indenting
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 28 Mar 2014 08:26:03 +0000 (05:26 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Fri, 23 May 2014 15:15:11 +0000 (12:15 -0300)
commitbc8aacecf22922062e283b3032d5985af51e006a
tree497666f7cd23905673ab04db8995a104d715b521
parent691903f932c5feafc149e2877478ef26b198eddb
[media] av7110: fix confusing indenting

The else statement here is not aligned with the correct if statement.
I think the code works as intended and it's just the indenting which is
wrong.  Also kernel style says we should use curly braces here so I have
added those.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/pci/ttpci/av7110_av.c