[PATCH] cxl: fix coccinelle warnings

Ian Munsie imunsie at au1.ibm.com
Wed Nov 23 17:49:41 AEDT 2016


Most of these look fine

> -    return debugfs_create_file(name, mode, parent, (void __force *)value, &fops_io_x64);
> +    return debugfs_create_file_unsafe(name, mode, parent,
> +                      (void __force *)value, &fops_io_x64);

Just wondering what this one is about?

Cheers,
-Ian



More information about the Linuxppc-dev mailing list