media: atomisp: fixed a brace coding sytle issue
authorAnkit Baluni <b18007@students.iitmandi.ac.in>
Wed, 29 Jul 2020 07:49:50 +0000 (09:49 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 3 Sep 2020 08:57:54 +0000 (10:57 +0200)
commitf95cb3ddf2abe3cc2a1c8826f8654a47ee68d627
treeaf1ee827ee2705a52577454268fa3ba6bf526a96
parent539753884e72538e28bd0fcd7c307168e49ae79e
media: atomisp: fixed a brace coding sytle issue

Removed braces for a 'if' condition as it contain only single line &
there is no need for braces for such case according to coding style
rules.

Signed-off-by: Ankit Baluni <b18007@students.iitmandi.ac.in>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/atomisp/pci/atomisp_cmd.c