Re: [PATCH v2 03/16] device-dax: utilize new cdev_device_add helper function

2017-02-26 Thread Dan Williams
On Sat, Feb 25, 2017 at 10:38 PM, Logan Gunthorpe wrote: > Replace the open coded registration of the cdev and dev with the > new device_add_cdev() helper. The helper replaces a common pattern by > taking the proper reference against the parent device and adding both > the

[PATCH v2 03/16] device-dax: utilize new cdev_device_add helper function

2017-02-25 Thread Logan Gunthorpe
Replace the open coded registration of the cdev and dev with the new device_add_cdev() helper. The helper replaces a common pattern by taking the proper reference against the parent device and adding both the cdev and the device. Signed-off-by: Logan Gunthorpe ---