From: Jonathan Corbet on 26 Apr 2010 15:50 On Sun, 25 Apr 2010 17:56:09 +0200 Florian Tobias Schandinat <FlorianSchandinat(a)gmx.de> wrote: > + if (viafb_lvds_identify_vt1636(VIA_I2C_ADAP_26)) { > which should rather be > - viaparinfo->shared->i2c_stuff.i2c_port = GPIOPORTINDEX; > - if (viafb_lvds_identify_vt1636()) { > + if (viafb_lvds_identify_vt1636(VIA_I2C_ADAP_2C)) { > after which your patches including this work fine (on VX800 and CLE266). Two bugs, actually...I wouldn't expect things to work with the wrong port, but neither should it crash. The crash is fixed in the second series (where I added checks to ensure that the adapter was active) so I'll probably leave it as-is in between. The port number needs to be fixed, though, thanks for catching that. jon -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
First
|
Prev
|
Pages: 1 2 Prev: Patch to gianfar.c for 2.6.33.2-rt13 Next: [GIT PULL] regulator fixes for 2.6.34-rc6 |