Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 93f87a74 authored by Chengguang Xu's avatar Chengguang Xu Committed by Jens Axboe
Browse files

block: sunvdc: remove redundant code



Code cleanup for removing redundant break in switch case.

Signed-off-by: default avatarChengguang Xu <cgxu519@gmx.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent c4110369
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;