]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'libata/for-3.10-fixes' into libata/for-3.11
authorTejun Heo <tj@kernel.org>
Wed, 3 Jul 2013 02:54:16 +0000 (19:54 -0700)
committerTejun Heo <tj@kernel.org>
Wed, 3 Jul 2013 02:54:16 +0000 (19:54 -0700)
commitf18c3551736a1c30b3fad7a59484ee5935e5bf91
tree0f8e206d65ef29bf81a13213af00db56c90af06c
parent651ba4c4840886cab812073731ef3ab536d041ae
parent6c24b5345c5f868c8c8de8263771773a22c1dfd1
Merge branch 'libata/for-3.10-fixes' into libata/for-3.11

libata/for-3.10-fixes never got submitted during v3.10 cycle.  Merge
it into for-3.11 so that it can be routed together with other changes
scheduled for v3.11.

Three trivial conflicts in drivers/ata/sata_rcar.c.  All are caused by
6dd400238e ("sata_rcar: add 'base' local variable to some functions")
conflicting with logic updates in for-3.10-fixes.  The offending
commit simply adds local variable @base on functions which
dereferences sata_rcar_priv->base multiple times.  The resolutions are
trivial - applying s/priv->base/base/ in the conflicting logic
updates.

Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/acard-ahci.c
drivers/ata/ahci.c
drivers/ata/ahci.h
drivers/ata/ata_piix.c
drivers/ata/libahci.c
drivers/ata/libata-core.c
drivers/ata/libata-scsi.c
drivers/ata/sata_highbank.c
drivers/ata/sata_rcar.c
drivers/ata/sata_sil.c