From b2e1156e3e7d08264dc7ad82fb0099cfe1fcfcb2 Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Wed, 30 Jun 2010 18:03:43 +0200 Subject: [PATCH] --- yaml --- r: 204446 b: refs/heads/master c: 82400d2c827aa4f70c8b047d6147f50438f4ab87 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-u300/core.c | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/[refs] b/[refs] index e0217cd46049..5a4f5061e459 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 78e2c6415a50646896d75dedf9f71e54081311fa +refs/heads/master: 82400d2c827aa4f70c8b047d6147f50438f4ab87 diff --git a/trunk/arch/arm/mach-u300/core.c b/trunk/arch/arm/mach-u300/core.c index 5f34eb674d68..653b3e0ab7ba 100644 --- a/trunk/arch/arm/mach-u300/core.c +++ b/trunk/arch/arm/mach-u300/core.c @@ -1561,13 +1561,6 @@ static void __init u300_init_check_chip(void) printk(KERN_INFO "Initializing U300 system on %s baseband chip " \ "(chip ID 0x%04x)\n", chipname, val); -#ifdef CONFIG_MACH_U300_BS26 - if ((val & 0xFF00U) != 0xc800) { - printk(KERN_ERR "Platform configured for BS25/BS26 " \ - "with DB3150 but %s detected, expect problems!", - chipname); - } -#endif #ifdef CONFIG_MACH_U300_BS330 if ((val & 0xFF00U) != 0xd800) { printk(KERN_ERR "Platform configured for BS330 " \