]> git.karo-electronics.de Git - karo-tx-linux.git/commit
firmware/dmi_scan: drop obsolete comment
authorJean Delvare <jdelvare@suse.de>
Thu, 18 Jul 2013 23:56:49 +0000 (09:56 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 18 Jul 2013 23:56:49 +0000 (09:56 +1000)
commit8297716e06eb0be99939d2fb81cc163685c592e0
tree63a353ab121c45da266db0e78c96ce573ab63872
parent10a3f1f902465ae1320cc95a3284fd3697e05dd8
firmware/dmi_scan: drop obsolete comment

This comment predates the introduction of early_ioremap.  Since then the
missing calls to dmi_iounmap have been added by Ingo and Yinghai in
commits 0d64484f7ea1 ("x86: fix DMI ioremap leak") and 3212bff370c2f
("x86: left over fix for leak of early_ioremp in dmi_scan") .  That was
over 5 years ago so it is about time to drop this now misleading comment.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Yinghai Lu <yinghai@kernel.org>
Cc: Joe Perches <joe@perches.com>
Cc: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/firmware/dmi_scan.c