From: Samuel Iglesias Gonsalvez Date: Wed, 23 May 2012 13:54:47 +0000 (+0200) Subject: Staging: ipack/bridges/tpci200: removed check of tpci200->slots[dev->slot].dev X-Git-Tag: v3.6-rc1~100^2~907 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65260291c13d148a7b7f86f3a99af14c43599fa9;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed