mirror of
https://github.com/torvalds/linux.git
synced 2026-09-19 17:18:02 +02:00
__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> |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| mv_64xx.c | ||
| mv_64xx.h | ||
| mv_94xx.c | ||
| mv_94xx.h | ||
| mv_chips.h | ||
| mv_defs.h | ||
| mv_init.c | ||
| mv_sas.c | ||
| mv_sas.h | ||