From: Frank Schaefer Date: Thu, 27 Dec 2012 22:02:43 +0000 (-0300) Subject: [media] em28xx: simplify device state tracking X-Git-Tag: v3.9-rc1~93^2~300 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2665c2995d6a6026cfc9ec118908dfccb74fb5e0;p=pandora-kernel.git [media] em28xx: simplify device state tracking DEV_INITIALIZED of enum em28xx_dev_state state is used nowhere and there is no need for DEV_MISCONFIGURED, so remove this enum and use a boolean field 'disconnected' in the device struct instead. Signed-off-by: Frank Schäfer Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed