Commit 57250e0f authored by Jeff Hugo's avatar Jeff Hugo
Browse files

accel/qaic: Drop redundant vfree() null check in sahara

parent 98efdd02
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -772,7 +772,6 @@ static void sahara_mhi_remove(struct mhi_device *mhi_dev)

	cancel_work_sync(&context->fw_work);
	cancel_work_sync(&context->dump_work);
	if (context->mem_dump)
	vfree(context->mem_dump);
	sahara_release_image(context);
	mhi_unprepare_from_transfer(mhi_dev);