On Mon, Jan 11, 2021 at 10:33:28AM +0100, Jan Beulich wrote: > On 11.01.2021 10:26, Roger Pau Monne wrote: > > After the recent changes to acpi_fadt_parse_sleep_info the bad label > > can never be called with facs mapped, and hence the unmap can be > > removed. > > > > Additionally remove the whole label, since it was used by a > > single caller. Move the relevant code from the label. > > > > No functional change intended. > > > > CID: 1471722 > > Fixes: 16ca5b3f873 ('x86/ACPI: don't invalidate S5 data when S3 wakeup > > vector cannot be determined') > > I kind of consider a "Fixes:" tag contrary to "No functional change > intended", but I guess Coverity considering this an issue warrants > the tag at least in a way.
I've just added the tag so that if the original patch was backported this was also, in order to prevent Coverity complaining again. Thanks, Roger.