bus: ti-sysc: remove unneeded semicolon
authorYang Li <yang.lee@linux.alibaba.com>
Tue, 2 Feb 2021 07:00:05 +0000 (15:00 +0800)
committerTony Lindgren <tony@atomide.com>
Wed, 24 Mar 2021 11:30:12 +0000 (13:30 +0200)
Eliminate the following coccicheck warning:
./drivers/bus/ti-sysc.c:1595:2-3: Unneeded semicolon
./drivers/bus/ti-sysc.c:2833:3-4: Unneeded semicolon

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/bus/ti-sysc.c

index 65943d1a25577c2ddaddafac4e5605379f6e4dd1..cd32eaff3d835504ba2a8ec35b3975c56e32f716 100644 (file)
@@ -1648,7 +1648,7 @@ static u32 sysc_quirk_dispc(struct sysc *ddata, int dispc_offset,
        case SOC_UNKNOWN:
        default:
                return 0;
-       };
+       }
 
        /* Remap the whole module range to be able to reset dispc outputs */
        devm_iounmap(ddata->dev, ddata->module_va);
@@ -2902,7 +2902,7 @@ static int sysc_init_soc(struct sysc *ddata)
                        break;
                default:
                        break;
-               };
+               }
        }
 
        match = soc_device_match(sysc_soc_feat_match);