Skip to content

Commit

Permalink
[platform/cel-blackstone]: remove unused coment on misc cpld driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Wirut Getbamrung committed Sep 29, 2021
1 parent 9077d96 commit 656c763
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
#include <linux/hwmon.h>

#define CPLD1_ADDR 0x30
// #define CPLD2_ADDR 0x31

#define SCRATCH_ADDR 0x01
#define LED_OPMODE 0x09
#define LED_TEST 0x0A
Expand Down Expand Up @@ -263,7 +261,6 @@ static int misc_cpld_probe(struct i2c_client *client,
if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C))
return -EPFNOSUPPORT;

/* CPLD1 */
drvdata1 = devm_kzalloc(&client->dev,
sizeof(struct misc_cpld_data), GFP_KERNEL);

Expand Down

0 comments on commit 656c763

Please sign in to comment.