From: Tomi Valkeinen Date: Tue, 10 Jan 2012 09:26:52 +0000 (+0200) Subject: OMAPDSS: DSI: use dsi_get_dsidev_id(dsidev) instead of dsidev->id X-Git-Tag: v3.5-rc1~7^2~5^2~12^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e23d83b0c92bbe30d1fe9d5c0b972e50c6593946;p=pandora-kernel.git OMAPDSS: DSI: use dsi_get_dsidev_id(dsidev) instead of dsidev->id The DSI driver uses dsi_get_dsidev_id() to get the ID number for the DSI instance. However, there were a few places where dsidev->id was used instead of the function. Fix those places to use the function. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed