On Wed, 17 Sep 2025 18:59:23 +0530 Neeraj Kumar <[email protected]> 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 <[email protected]> Reviewed-by: Jonathan Cameron <[email protected]> I'm not that fussy either way on this one, but it seems a reasonable thing to do. Jonathan

