EDAC, pnd2: Correct misleading error message in mk_region_mask()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 20 Nov 2023 14:10:47 +0000 (16:10 +0200)
committerTony Luck <tony.luck@intel.com>
Tue, 5 Dec 2023 21:04:57 +0000 (13:04 -0800)
commitf1b0b1167f8bf139afa76e795d06fb814067d53e
tree59edd6757e329d916837c0e3592f089e4f2beabb
parent530258f872138a9c5db5ace73313c9c88a31c96e
EDAC, pnd2: Correct misleading error message in mk_region_mask()

The mask parameter is expected to be of a sequence of the set bits.
It does not mean it must be power of two (only single bit set).
Correct misleading error message.

Suggested-by: Qiuxu Zhuo <qiuxu.zhuo@intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
drivers/edac/pnd2_edac.c