Re: [patch] ide: missing break statement in set_timings_mdma()
From: David Miller <davem@davemloft.net>
Date: 2016-07-26 22:26:26
Also in:
kernel-janitors, linuxppc-dev
From: David Miller <davem@davemloft.net>
Date: 2016-07-26 22:26:26
Also in:
kernel-janitors, linuxppc-dev
From: Dan Carpenter <redacted> Date: Thu, 14 Jul 2016 13:48:02 +0300
There was clearly supposed to be a break statement here. Currently we use the k2 ata timings instead of sh ata ones we intended. Probably no one has this hardware anymore so it likely doesn't make a difference beyond the static checker warning. Signed-off-by: Dan Carpenter <redacted>
Applied.