Re: [PATCH 2/2] scsi: sg: Use mult_frac, drop MULDIV macro

2016-08-30 Thread Martin K. Petersen
> "Paul" == Paul Burton writes: Paul> The MULDIV macro is essentially a duplicate of the more standard Paul> mult_frac macro. Replace use of MULDIV with mult_frac & drop the Paul> duplication. Applied to 4.9/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe

Re: [PATCH 2/2] scsi: sg: Use mult_frac, drop MULDIV macro

2016-08-26 Thread Douglas Gilbert
On 2016-08-19 06:43 PM, Paul Burton wrote: The MULDIV macro is essentially a duplicate of the more standard mult_frac macro. Replace use of MULDIV with mult_frac & drop the duplication. Signed-off-by: Paul Burton I spoke too soon, as this patch changes the last one :-) As far as I can determi

[PATCH 2/2] scsi: sg: Use mult_frac, drop MULDIV macro

2016-08-19 Thread Paul Burton
The MULDIV macro is essentially a duplicate of the more standard mult_frac macro. Replace use of MULDIV with mult_frac & drop the duplication. Signed-off-by: Paul Burton --- drivers/scsi/sg.c | 19 --- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/drivers/scsi/sg