projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ff9b0d
)
char: ipmi: remove unneeded break
author
Tom Rix
<trix@redhat.com>
Mon, 19 Oct 2020 19:48:05 +0000
(12:48 -0700)
committer
Corey Minyard
<cminyard@mvista.com>
Tue, 27 Oct 2020 21:08:22 +0000
(16:08 -0500)
A break is not needed if it is preceded by a return
Signed-off-by: Tom Rix <trix@redhat.com>
Message-Id: <
20201019194805
.14996-1-trix@redhat.com>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
drivers/char/ipmi/ipmi_devintf.c
patch
|
blob
|
history
diff --git
a/drivers/char/ipmi/ipmi_devintf.c
b/drivers/char/ipmi/ipmi_devintf.c
index f7b1c004a12b604ed004b0be334017071921d598..3dd1d5abb298ac4f708585810fa2d3968bbb9326 100644
(file)
--- a/
drivers/char/ipmi/ipmi_devintf.c
+++ b/
drivers/char/ipmi/ipmi_devintf.c
@@
-490,7
+490,6
@@
static long ipmi_ioctl(struct file *file,
}
return ipmi_set_my_address(priv->user, val.channel, val.value);
- break;
}
case IPMICTL_GET_MY_CHANNEL_ADDRESS_CMD: