From: Rasmus Villemoes Date: Wed, 2 Jul 2014 13:49:46 +0000 (-0300) Subject: [media] staging: omap4iss: Fix type of struct iss_device::crashed X-Git-Tag: omap-for-v3.17/fixes-against-rc2~155^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6e58110da131a866f26b3860aea746de134318b;p=pandora-kernel.git [media] staging: omap4iss: Fix type of struct iss_device::crashed The crashed member of struct iss_device is documented to be a bitmask, but a bool doesn't hold that many (usable) bits. Lines 589 and 659 of iss.c strongly suggest that "unsigned int" was meant (the same type as struct iss_pipeline::entities). Currently, any crashed entity will be blamed on index 0, which is unlikely to be what was intended. Signed-off-by: Rasmus Villemoes Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed