On Tue, Feb 04, 2025 at 08:02:39PM +0000, Jonathan Cameron wrote: > From: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > > This complex cleanup.h use case of conditional guards has proved > to be more trouble that it is worth in terms of false positive compiler > warnings and hard to read code. > > Move directly to the new claim/release_direct() that allow sparse > to check for unbalanced context > > Signed-off-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > Cc: ChiYuan Huang <cy_huang@xxxxxxxxxxx> Reviewed-by: ChiYuan Huang <cy_huang@xxxxxxxxxxx>