On Mon, Feb 27, 2012 at 15:22, Daniel Vetter daniel.vetter@ffwll.ch wrote:
This way we can simplify the setup and teardown a bit.
Because we don't actually allocate anything anymore for the force_bit case, we can now convert that into a boolean.
Also and the functionality supported by the bit-banging together with what gmbus can do, so that this doesn't randomly change any more.
v2: Chris Wilson noticed that I've mixed up && and & ...
v3: Clarify an if block as suggested by Eugeni Dodonov.
Signed-Off-by: Daniel Vetter daniel.vetter@ffwll.ch
Reviewed-by: Eugeni Dodonov eugeni.dodonov@intel.com