diff options
author | Ondrej Zary <linux@zary.sk> | 2023-02-18 23:01:29 +0100 |
---|---|---|
committer | Damien Le Moal <damien.lemoal@opensource.wdc.com> | 2023-03-23 10:29:25 +0900 |
commit | 3a7474ba54ef29233af3de8b1f97ec006c2f902a (patch) | |
tree | 52f60c0d8f3206b9ecbbcbd046d3b4fb7e73fd5e /drivers/ata/pata_parport/comm.c | |
parent | 882ff0ca354ada5f52e26d74039b2210b3070dcc (diff) |
ata: pata_parport: remove verbose parameter from log_adapter()
verbose parameter of log_adapter() is unused, remove it.
Reviewed-by: Sergey Shtylyov <s.shtylyov@omp.ru>
Signed-off-by: Ondrej Zary <linux@zary.sk>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Diffstat (limited to 'drivers/ata/pata_parport/comm.c')
-rw-r--r-- | drivers/ata/pata_parport/comm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_parport/comm.c b/drivers/ata/pata_parport/comm.c index 06c6fa29295b..69a66658aa29 100644 --- a/drivers/ata/pata_parport/comm.c +++ b/drivers/ata/pata_parport/comm.c @@ -179,7 +179,7 @@ static void comm_write_block(struct pi_adapter *pi, char *buf, int count) } } -static void comm_log_adapter(struct pi_adapter *pi, char *scratch, int verbose) +static void comm_log_adapter(struct pi_adapter *pi, char *scratch) { char *mode_string[5] = {"4-bit","8-bit","EPP-8","EPP-16","EPP-32"}; |