mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 05:24:39 +01:00
block: sunvdc: remove redundant code
Code cleanup for removing redundant break in switch case. Signed-off-by: Chengguang Xu <cgxu519@gmx.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
parent
c41103691b
commit
93f87a74fd
1 changed files with 0 additions and 1 deletions
|
|
@ -633,7 +633,6 @@ static int generic_request(struct vdc_port *port, u8 op, void *buf, int len)
|
|||
case VD_OP_GET_EFI:
|
||||
case VD_OP_SET_EFI:
|
||||
return -EOPNOTSUPP;
|
||||
break;
|
||||
};
|
||||
|
||||
map_perm |= LDC_MAP_SHADOW | LDC_MAP_DIRECT | LDC_MAP_IO;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue