[PATCH 0/2] scsi: megaraid/megaraid_sas: Use max helper for comparison and assignment

Deepak R Varma posted 2 patches 2 years, 7 months ago
drivers/scsi/megaraid.c                   | 3 +--
drivers/scsi/megaraid/megaraid_sas_base.c | 5 +----
2 files changed, 2 insertions(+), 6 deletions(-)
[PATCH 0/2] scsi: megaraid/megaraid_sas: Use max helper for comparison and assignment
Posted by Deepak R Varma 2 years, 7 months ago
This patch set proposes to replace the current if/else or "? :" based logical
evaluation and value assignment by the recommended max() helper macro. Resultant
code is better in terms of type checking and improved readability. 

Deepak R Varma (2):
  scsi: megaraid: Use max helper for comparison and assignment
  scsi: megaraid_sas: Use max helper for comparison and assignment

 drivers/scsi/megaraid.c                   | 3 +--
 drivers/scsi/megaraid/megaraid_sas_base.c | 5 +----
 2 files changed, 2 insertions(+), 6 deletions(-)

-- 
2.34.1