From 7785bf11f312624101462d7dc840e27344899873 Mon Sep 17 00:00:00 2001 From: Jesper Juhl Date: Sat, 2 Jul 2011 22:38:11 +0200 Subject: [PATCH] mfd: Remove dead code from max8997-irq We either hit one of the case's or the default in the switch statement in get_i2c(), so the 'return ERR_PTR(-EINVAL);' at the end of the function is just dead code - remove it. Signed-off-by: Jesper Juhl Acked-by: MyungJoo Ham Signed-off-by: Samuel Ortiz --- Reading git-format-patch failed