diff options
author | Hannes Reinecke <hare@suse.de> | 2021-12-21 10:21:03 +0300 |
---|---|---|
committer | Damien Le Moal <damien.lemoal@opensource.wdc.com> | 2022-01-05 13:33:02 +0300 |
commit | 2f784b923d50cdef1f6bd24d7c18614321b0833a (patch) | |
tree | 8ef71e4ab5ce72a1450a24595a47851aa2bb6b95 /drivers | |
parent | 5cef96b4207e01c9cdb7752acaa178056fe94632 (diff) | |
download | linux-2f784b923d50cdef1f6bd24d7c18614321b0833a.tar.xz |
ata: libata: drop ata_msg_malloc()
Unused.
Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/ata/libata-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c index 5b50a6d0d6eb..3accab132492 100644 --- a/drivers/ata/libata-core.c +++ b/drivers/ata/libata-core.c @@ -5342,7 +5342,7 @@ struct ata_port *ata_port_alloc(struct ata_host *host) #if defined(ATA_VERBOSE_DEBUG) /* turn on all debugging levels */ - ap->msg_enable = 0x001F; + ap->msg_enable = 0x000F; #elif defined(ATA_DEBUG) ap->msg_enable = ATA_MSG_DRV | ATA_MSG_INFO | ATA_MSG_WARN; #else |