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

Commit 9d98fa71 authored by Xiubo Li's avatar Xiubo Li Committed by Mark Brown
Browse files

regmap: mmio: remove the useless code

parent 29bb45f2
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -247,7 +247,6 @@ static struct regmap_mmio_context *regmap_mmio_gen_context(struct device *dev,
		min_stride = 8;
		min_stride = 8;
		break;
		break;
#endif
#endif
		break;
	default:
	default:
		return ERR_PTR(-EINVAL);
		return ERR_PTR(-EINVAL);
	}
	}