Skip to content

Commit 9b924f4

Browse files
Yang Lictmarinas
authored andcommitted
psci: Remove unneeded semicolon
Eliminate the following coccicheck warning: ./drivers/firmware/psci/psci.c:141:2-3: Unneeded semicolon Reported-by: Abaci Robot <[email protected]> Signed-off-by: Yang Li <[email protected]> Acked-by: Lorenzo Pieralisi <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
1 parent 2a20b08 commit 9b924f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/firmware/psci/psci.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ static int psci_to_linux_errno(int errno)
138138
return -EINVAL;
139139
case PSCI_RET_DENIED:
140140
return -EPERM;
141-
};
141+
}
142142

143143
return -EINVAL;
144144
}

0 commit comments

Comments
 (0)