commit | 3826cd45705cf8cc4cd381fd68257745d2456891 | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Thu Jul 05 17:37:53 2012 -0700 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Fri Oct 12 11:59:26 2012 -0700 |
tree | a00ab36e3e6436d31db156bd3e948ee1a83e8434 | |
parent | f169b4b6283f6d09031d55d2cb8535e3658b7d77 [diff] |
msm: pil-q6v5: Use container_of() to get q6v5_data With the PIL descriptor embedded in the q6v5_data struct we can use container_of() to find the data we want instead of indirectly accessing the driver data via the desc->dev->platform_data field. This is essential so we can combine the two modem pil drivers on 8974 (pil-mba and pil-q6v5-mss). Change-Id: Ie2e0b471215cdb83ceebc808626775d25e8417e8 Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>