The patch titled
     sata_nv-add-back-some-verbosity-into-adma-error_handler-tidy
has been removed from the -mm tree.  Its filename was
     sata_nv-add-back-some-verbosity-into-adma-error_handler-tidy.patch

This patch was dropped because it was folded into 
sata_nv-add-back-some-verbosity-into-adma-error_handler.patch

------------------------------------------------------
Subject: sata_nv-add-back-some-verbosity-into-adma-error_handler-tidy
From: Andrew Morton <[EMAIL PROTECTED]>

Moer kernely.

Cc: Robert Hancock <[EMAIL PROTECTED]>
Cc: Jeff Garzik <[EMAIL PROTECTED]>
Cc: Tejun Heo <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 drivers/ata/sata_nv.c |   29 ++++++++++++++++++-----------
 1 file changed, 18 insertions(+), 11 deletions(-)

diff -puN 
drivers/ata/sata_nv.c~sata_nv-add-back-some-verbosity-into-adma-error_handler-tidy
 drivers/ata/sata_nv.c
--- 
a/drivers/ata/sata_nv.c~sata_nv-add-back-some-verbosity-into-adma-error_handler-tidy
+++ a/drivers/ata/sata_nv.c
@@ -1447,31 +1447,38 @@ static void nv_adma_error_handler(struct
                int i;
                u16 tmp;
 
-               if(ata_tag_valid(ap->active_tag) || ap->sactive) {
+               if (ata_tag_valid(ap->active_tag) || ap->sactive) {
                        u32 notifier = readl(mmio + NV_ADMA_NOTIFIER);
                        u32 notifier_error = readl(mmio + 
NV_ADMA_NOTIFIER_ERROR);
                        u32 gen_ctl = readl(pp->gen_block + NV_ADMA_GEN_CTL);
                        u32 status = readw(mmio + NV_ADMA_STAT);
 
-                       ata_port_printk(ap, KERN_ERR, "EH in ADMA mode, 
notifier 0x%X "
-                               "notifier_error 0x%X gen_ctl 0x%X status 
0x%X\n",
+                       ata_port_printk(ap, KERN_ERR, "EH in ADMA mode, "
+                               "notifier 0x%X notifier_error 0x%X gen_ctl "
+                               "0x%X status 0x%X\n",
                                notifier, notifier_error, gen_ctl, status);
 
-                       for( i=0;i<NV_ADMA_MAX_CPBS;i++) {
+                       for (i = 0; i < NV_ADMA_MAX_CPBS; i++) {
                                struct nv_adma_cpb *cpb = &pp->cpb[i];
-                               if( (ata_tag_valid(ap->active_tag) && i == 
ap->active_tag) ||
-                                   ap->sactive & (1 << i) )
-                                       ata_port_printk(ap, KERN_ERR,
-                                               "CPB %d: ctl_flags 0x%x, 
resp_flags 0x%x\n",
-                                               i, cpb->ctl_flags, 
cpb->resp_flags);
+                               if ((ata_tag_valid(ap->active_tag) &&
+                                               i == ap->active_tag) ||
+                                               ap->sactive & (1 << i))
+                                       ata_port_printk(ap, KERN_ERR, "CPB %d: "
+                                               "ctl_flags 0x%x, resp_flags "
+                                               "0x%x\n",
+                                               i, cpb->ctl_flags,
+                                               cpb->resp_flags);
                        }
                }
 
                /* Push us back into port register mode for error handling. */
                nv_adma_register_mode(ap);
 
-               /* Mark all of the CPBs as invalid to prevent them from being 
executed */
-               for( i=0;i<NV_ADMA_MAX_CPBS;i++)
+               /*
+                * Mark all of the CPBs as invalid to prevent them from being
+                * executed
+               */
+               for (i = 0; i< NV_ADMA_MAX_CPBS; i++)
                        pp->cpb[i].ctl_flags &= ~NV_CPB_CTL_CPB_VALID;
 
                /* clear CPB fetch count */
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

origin.patch
git-acpi.patch
git-agpgart.patch
git-arm.patch
git-cpufreq.patch
git-powerpc.patch
git-drm.patch
git-dvb.patch
git-input.patch
sis-warning-fixes.patch
sata_nv-add-back-some-verbosity-into-adma-error_handler.patch
sata_nv-add-back-some-verbosity-into-adma-error_handler-tidy.patch
git-md-accel-fixes.patch
git-md-accel-warning-fixes.patch
git-md-accel-fix.patch
git-mips-fixup.patch
git-mtd.patch
git-netdev-all.patch
e1000-fix-shared-interrupt-warning-message-fix.patch
Fabric7-VIOC-driver-fixes.patch
revert-drivers-net-tulip-dmfe-support-basic-carrier-detection.patch
dmfe-add-support-for-suspend-resume-fix.patch
git-s390.patch
revert-md-avoid-possible-bug_on-in-md-bitmap-handling-for-git-block.patch
git-block-fixup.patch
git-unionfs-fixup.patch
after-before-x86_64-mm-mmconfig-share.patch
smaps-add-clear_refs-file-to-clear-reference-fix.patch
fix-rmmod-read-write-races-in-proc-entries-fix.patch
kprobes-list-all-active-probes-in-the-system.patch
reduce-size-of-task_struct-on-64-bit-machines-fix.patch
mm-shrink-parent-dentries-when-shrinking-slab.patch
add-epoll-compat-code-to-kernel-compatc-tidy.patch
genalloc-warning-fixes.patch
call-cpu_chain-with-cpu_down_failed-if-cpu_down_prepare-failed-vs-reduce-size-of-task_struct-on-64-bit-machines.patch
revert-x86_64-mm-putreg-check.patch
utrace-vs-reduce-size-of-task_struct-on-64-bit-machines.patch
git-gccbug-fixup.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to