Prev: sdhci-pltfm: Do not print errors in case of an extended iomem size
Next: [Bug 15551] New: wifi doesn't work after resume from s2ram on ThinkPad T61
From: Andrew Morton on 22 Mar 2010 15:50 On Tue, 16 Mar 2010 13:30:25 -0700 Kevin Hilman <khilman(a)deeprootsystems.com> wrote: > +static struct dev_pm_ops davinci_mmcsd_pm = { > + .suspend = davinci_mmcsd_suspend, > + .resume = davinci_mmcsd_resume, > +}; checkpatch said WARNING: struct dev_pm_ops should normally be const #83: FILE: drivers/mmc/host/davinci_mmc.c:1379: +static struct dev_pm_ops davinci_mmcsd_pm = { I'll make that change. Please check. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |