Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add two missing chipsets to drivers/ide/ide-proc.c
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 <mikukkon@iki.fi> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
- Loading branch information