On Sun, Sep 25, 2022 at 10:39:58PM -0700, Dmitry Torokhov wrote: > Driver core will never call driver's probe method without appropriate > device structure, so testing them for NULL is pointless. > > Signed-off-by: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> Missing a description what the patch does. Also instead of "driver's probe method" you could just use "st33zp24_i2c_probe()". It's even shorter. BR, Jarkko