Commit 82a7b955 authored by Thomas Meyer's avatar Thomas Meyer Committed by Martin Schwidefsky
Browse files

s390/dasd: Cocci spatch "ptr_ret.spatch"

parent ba8da213
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2968,7 +2968,7 @@ static int prepare_itcw(struct itcw *itcw,

	dcw = itcw_add_dcw(itcw, pfx_cmd, 0,
		     &pfxdata, sizeof(pfxdata), total_data_size);
	return IS_ERR(dcw) ? PTR_ERR(dcw) : 0;
	return PTR_RET(dcw);
}

static struct dasd_ccw_req *dasd_eckd_build_cp_tpm_track(