From: Bjorn Helgaas Date: Wed, 26 Feb 2014 18:25:56 +0000 (-0700) Subject: i2o: Fix I/O space allocation copy/paste error X-Git-Tag: v3.15-rc1~143^2^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ed37fc3289d2d7d9c33abbebc0ecc9343e17101;p=pandora-kernel.git i2o: Fix I/O space allocation copy/paste error When i2o_iop_systab_set() allocates I/O port space, it assigns the base of the new I/O port region to sb->current_mem_base, not sb->current_io_base. This looks like a copy/paste error, because we do use current_io_base, but there's no other place that sets it. Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed