From 39c98c421200e7bb16bed7aab2b640b43ca6621b Mon Sep 17 00:00:00 2001 From: Mika Kukkonen Date: Thu, 24 May 2007 02:42:38 +0200 Subject: [PATCH] Add two missing chipsets to drivers/ide/ide-proc.c MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Compiling with '-Wswitch-enum' I noticed following: CC drivers/ide/ide-proc.o drivers/ide/ide-proc.c: In function ‘proc_ide_read_imodel’: drivers/ide/ide-proc.c:54: warning: enumeration value ‘ide_etrax100’ not handled in switch drivers/ide/ide-proc.c:54: warning: enumeration value ‘ide_acorn’ not handled in switch How about the following patch? Signed-off-by: Mika Kukkonen Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-format-patch failed