Re: [PATCH 6/6] libata: Be quiet when asked to

2018-03-04 Thread Tejun Heo
Hello, On Fri, Mar 02, 2018 at 04:40:24AM +0900, Damien Le Moal wrote: > For a successful setting of the device transfer speed mode in > ata_dev_set_mode(), do not print the message > "ataX.XX: configured for xxx" if the EH context has the quiet flag set. > > Signed-off-by: Damien Le Moal > ---

Re: [PATCH 6/6] libata: Be quiet when asked to

2018-03-01 Thread Hannes Reinecke
On 03/01/2018 08:40 PM, Damien Le Moal wrote: > For a successful setting of the device transfer speed mode in > ata_dev_set_mode(), do not print the message > "ataX.XX: configured for xxx" if the EH context has the quiet flag set. > > Signed-off-by: Damien Le Moal > --- > drivers/ata/libata-core

[PATCH 6/6] libata: Be quiet when asked to

2018-03-01 Thread Damien Le Moal
For a successful setting of the device transfer speed mode in ata_dev_set_mode(), do not print the message "ataX.XX: configured for xxx" if the EH context has the quiet flag set. Signed-off-by: Damien Le Moal --- drivers/ata/libata-core.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions