Prev: fix return value for mb_cache_shrink_fn when nr_to_scan > 0
Next: sysfs: add entry to indicate network interfaces with random MAC address
From: Nishanth Menon on 21 Jul 2010 11:10 On Wed, Jul 21, 2010 at 9:59 AM, Ramirez Luna, Omar <omar.ramirez(a)ti.com> wrote: > Hi, > >>From: Menon, Nishanth >> >>IN modifier does not exist. remove it >> >>Signed-off-by: Nishanth Menon <nm(a)ti.com> >>--- > [...] >>diff --git a/drivers/staging/tidspbridge/include/dspbridge/drv.h >>b/drivers/staging/tidspbridge/include/dspbridge/drv.h >>index 020bed0..753a317 100644 >>--- a/drivers/staging/tidspbridge/include/dspbridge/drv.h >>+++ b/drivers/staging/tidspbridge/include/dspbridge/drv.h >>@@ -70,8 +70,8 @@ >> #define OMAP_DMMU_BASE 0x5D000000 >> #define OMAP_DMMU_SIZE 0x1000 >> >>-#define OMAP_PRCM_VDD1_DOMAIN 1 >>-#define OMAP_PRCM_VDD2_DOMAIN 2 >>+#define OMAP_PRCM_VDD1_DOMA1 >>+#define OMAP_PRCM_VDD2_DOMA2 >> > > Unexpected change? wooops... Sorry about that.. > > Regards, > > Omar > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > the body of a message to majordomo(a)vger.kernel.org > More majordomo info at �http://vger.kernel.org/majordomo-info.html > -- 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/
From: Ramirez Luna, Omar on 21 Jul 2010 11:10
Hi, >From: Menon, Nishanth > >IN modifier does not exist. remove it > >Signed-off-by: Nishanth Menon <nm(a)ti.com> >--- [...] >diff --git a/drivers/staging/tidspbridge/include/dspbridge/drv.h >b/drivers/staging/tidspbridge/include/dspbridge/drv.h >index 020bed0..753a317 100644 >--- a/drivers/staging/tidspbridge/include/dspbridge/drv.h >+++ b/drivers/staging/tidspbridge/include/dspbridge/drv.h >@@ -70,8 +70,8 @@ > #define OMAP_DMMU_BASE 0x5D000000 > #define OMAP_DMMU_SIZE 0x1000 > >-#define OMAP_PRCM_VDD1_DOMAIN 1 >-#define OMAP_PRCM_VDD2_DOMAIN 2 >+#define OMAP_PRCM_VDD1_DOMA1 >+#define OMAP_PRCM_VDD2_DOMA2 > Unexpected change? Regards, Omar -- 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/ |