[PATCH] staging: media: imx: fixed a brace coding style issue

Padmashree S S posted 1 patch 2 weeks, 6 days ago
drivers/staging/media/imx/imx-media-of.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
[PATCH] staging: media: imx: fixed a brace coding style issue
Posted by Padmashree S S 2 weeks, 6 days ago
Fixed a coding style issue.

Signed-off-by: Padmashree S S <padmashreess2006@gmail.com>
---
 drivers/staging/media/imx/imx-media-of.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/staging/media/imx/imx-media-of.c b/drivers/staging/media/imx/imx-media-of.c
index bb28daa4d713..7413551052ae 100644
--- a/drivers/staging/media/imx/imx-media-of.c
+++ b/drivers/staging/media/imx/imx-media-of.c
@@ -57,9 +57,8 @@ int imx_media_add_of_subdevs(struct imx_media_dev *imxmd,
 		of_node_put(csi_np);
 		if (ret) {
 			/* unavailable or already added is not an error */
-			if (ret == -ENODEV || ret == -EEXIST) {
+			if (ret == -ENODEV || ret == -EEXIST)
 				continue;
-			}
 
 			/* other error, can't continue */
 			return ret;
-- 
2.43.0