Skip to content

Commit

Permalink
char: ipmi: remove unneeded break
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tom Rix authored and Corey Minyard committed Oct 27, 2020
1 parent 9ff9b0d commit 0df7b98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/char/ipmi/ipmi_devintf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0df7b98

Please sign in to comment.