linux/drivers/scsi/mvsas
Uwe Kleine-König (The Capable Hub) 2cc8a6cf8a scsi: mvsas: Don't emit __LINE__ in debug messages
__LINE__ changes quite easily for cleanup commits. So when checking if a
cleanup patch introduces changes to the resulting binary each usage of
__LINE__ is source of annoyance.

So instead of __FILE__ and __LINE__ emit __func__ to give at least some
more indication about where the messages originates from than __FILE__
alone; with that and the actual message the situation should be clear
enough.

While at it reduce duplication by implementing mv_dprintk() using
mv_printk().

Signed-off-by: Uwe Kleine-König (The Capable Hub) <u.kleine-koenig@baylibre.com>
Link: https://patch.msgid.link/20260427174545.2014499-2-u.kleine-koenig@baylibre.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2026-05-14 22:04:50 -04:00
..
Kconfig scsi: Add HAS_IOPORT dependencies 2023-05-31 19:59:26 -04:00
Makefile
mv_64xx.c
mv_64xx.h scsi: mvsas: Fix typos in SAS/SATA VSP register comments 2025-05-20 21:30:39 -04:00
mv_94xx.c
mv_94xx.h
mv_chips.h
mv_defs.h scsi: mvsas: Fix typos in per-phy comments and SAS cmd port registers 2025-06-09 15:18:49 -04:00
mv_init.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
mv_sas.c treewide: Replace kmalloc with kmalloc_obj for non-scalar types 2026-02-21 01:02:28 -08:00
mv_sas.h scsi: mvsas: Don't emit __LINE__ in debug messages 2026-05-14 22:04:50 -04:00