On Wed, 17 Sep 2025 18:59:23 +0530 Neeraj Kumar <s.nee...@samsung.com> wrote:
> nd_label_base() was being used after typecasting with 'unsigned long'. Thus > modified nd_label_base() to return 'unsigned long' instead of 'struct > nd_namespace_label *' > > Signed-off-by: Neeraj Kumar <s.nee...@samsung.com> Reviewed-by: Jonathan Cameron <jonathan.came...@huawei.com> I'm not that fussy either way on this one, but it seems a reasonable thing to do. Jonathan