From: Larry Finger Date: Wed, 11 Jan 2012 20:39:32 +0000 (-0600) Subject: bcma: Enable logging of SPROM offset X-Git-Tag: v3.4-rc1~177^2~112^2~421 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cebcab9e18725d8249f607af787ee92107a665b7;p=platform%2Fkernel%2Flinux-exynos.git bcma: Enable logging of SPROM offset The SPROM location has been relocated again for some devices. This patch will log the offset when CONFIG_BCMA_DEBUG has been selected. Signed-off-by: Larry Finger Signed-off-by: John W. Linville --- diff --git a/drivers/bcma/sprom.c b/drivers/bcma/sprom.c index cb835f0..e35134f 100644 --- a/drivers/bcma/sprom.c +++ b/drivers/bcma/sprom.c @@ -271,6 +271,7 @@ int bcma_sprom_get(struct bcma_bus *bus) * TODO: understand this condition and use it */ offset = (bus->chipinfo.id == 0x4331) ? BCMA_CC_SPROM : BCMA_CC_SPROM_PCIE6; + pr_debug("SPROM offset 0x%x\n", offset); bcma_sprom_read(bus, offset, sprom); if (bus->chipinfo.id == 0x4331)