commit | 65260291c13d148a7b7f86f3a99af14c43599fa9 | [log] [tgz] |
---|---|---|
author | Samuel Iglesias Gonsalvez <siglesias@igalia.com> | Wed May 23 15:54:47 2012 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jun 07 14:14:08 2012 +0900 |
tree | c47b5f839dad12552477160ca970548e051ade34 | |
parent | 1fc75280f1e48d8f941dfea881d0f5b53fca27f6 [diff] |
Staging: ipack/bridges/tpci200: removed check of tpci200->slots[dev->slot].dev When ipack_device_register() is called, the variable tpci200->slots[dev->slot].dev has not assigned a value and it gives an error when the mezzanine driver is reading a register from the board for the match() function, as all the I/O functions call check_slot(). Signed-off-by: Samuel Iglesias Gonsalvez <siglesias@igalia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>