[bug report] media: ov2740: allow OTP data access during streaming

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello Bingbu Cao,

This is a semi-automatic email about new static checker warnings.

The patch 5e6fd339b68d: "media: ov2740: allow OTP data access during 
streaming" from Nov 13, 2020, leads to the following Smatch complaint:

    drivers/media/i2c/ov2740.c:609 ov2740_load_otp_data()
    warn: variable dereferenced before check 'nvm' (see line 603)

drivers/media/i2c/ov2740.c
   601  static int ov2740_load_otp_data(struct nvm_data *nvm)
   602	{
   603		struct i2c_client *client = nvm->client;
                                            ^^^^^^^^^^^
Dereference

   604		struct ov2740 *ov2740 = to_ov2740(i2c_get_clientdata(client));
   605		u32 isp_ctrl00 = 0;
   606		u32 isp_ctrl01 = 0;
   607		int ret;
   608	
   609		if (!nvm)
                    ^^^^
Checked too late.

   610			return -EINVAL;
   611	

regards,
dan carpenter



[Index of Archives]     [Linux Input]     [Video for Linux]     [Gstreamer Embedded]     [Mplayer Users]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]

  Powered by Linux