From: Archit Taneja Date: Thu, 12 May 2011 11:56:28 +0000 (+0530) Subject: OMAP: DSS2: DSI: Pass pointer to struct to packet_sent_handler isrs X-Git-Tag: v3.0-rc1~166^2~20^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e868dbe1d24a908fcb4dee0733500fd0aab0bce;p=pandora-kernel.git OMAP: DSS2: DSI: Pass pointer to struct to packet_sent_handler isrs dsi_packet_sent_handler_vp() and dsi_packet_sent_handler_l4() currently receive the completion parameter as their argument. This is not sufficient information to differentiate between DSI1 and DSI2 platform devices. Pass the struct "dsi_packet_sent_handler_data" to the packet_sent_handler isrs, these contain the platform_device pointer of the DSI device and the pointer to the completion struct. Signed-off-by: Archit Taneja Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed