On Fri, 2019-01-04 at 08:46 -0800, Bart Van Assche wrote: > On Fri, 2019-01-04 at 10:42 -0500, John Pittman wrote: > > static inline int null_zone_init(struct nullb_device *dev) > > { > > + pr_info("CONFIG_BLK_DEV_ZONED not enabled\n"); > > return -EINVAL; > > } > > Have you considered to use pr_err() instead of pr_info()? > > Thanks, > > Bart. Bart, good point, Thank you Laurence