Loading drivers/media/platform/msm/camera_v2/sensor/eeprom/msm_eeprom.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2011-2014, The Linux Foundation. All rights reserved. /* Copyright (c) 2011-2015, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -1229,7 +1229,7 @@ static int msm_eeprom_i2c_probe(struct i2c_client *client, goto i2c_power_down; } for (j = 0; j < e_ctrl->cal_data.num_data; j++) pr_err("memory_data[%d] = 0x%X\n", j, CDBG("memory_data[%d] = 0x%X\n", j, e_ctrl->cal_data.mapdata[j]); e_ctrl->is_supported |= msm_eeprom_match_crc(&e_ctrl->cal_data); Loading Loading
drivers/media/platform/msm/camera_v2/sensor/eeprom/msm_eeprom.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2011-2014, The Linux Foundation. All rights reserved. /* Copyright (c) 2011-2015, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -1229,7 +1229,7 @@ static int msm_eeprom_i2c_probe(struct i2c_client *client, goto i2c_power_down; } for (j = 0; j < e_ctrl->cal_data.num_data; j++) pr_err("memory_data[%d] = 0x%X\n", j, CDBG("memory_data[%d] = 0x%X\n", j, e_ctrl->cal_data.mapdata[j]); e_ctrl->is_supported |= msm_eeprom_match_crc(&e_ctrl->cal_data); Loading