[GIT] IDE

From: David Miller
Date: Fri Jul 29 2016 - 13:58:01 EST



Just a couple small bug fixes, nothing overly exciting in
here.

Please pull, thanks a lot!

The following changes since commit 107df03203bb66de56e2caec3bde6d22b55480c5:

Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2016-07-23 15:44:31 +0900)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide

for you to fetch changes up to d4f8c2e0f827a0b3a322c449ac331ae41feeb359:

ide: missing break statement in set_timings_mdma() (2016-07-26 15:25:31 -0700)

----------------------------------------------------------------
Alexey Khoroshilov (1):
ide-tape: fix misprint in failure handling in idetape_init()

Colin Ian King (1):
ide: hpt366: fix incorrect mask when checking at cmd_high_time

Dan Carpenter (1):
ide: missing break statement in set_timings_mdma()

Julia Lawall (1):
cmd640: add __init attribute

drivers/ide/cmd640.c | 2 +-
drivers/ide/hpt366.c | 2 +-
drivers/ide/ide-tape.c | 6 +++---
drivers/ide/pmac.c | 1 +
4 files changed, 6 insertions(+), 5 deletions(-)