Skip to content

Commit

Permalink
Changes in psu driver module as per the review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
FuzailBrcm committed Oct 19, 2019
1 parent ed922f1 commit f0b4dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/pddf/i2c/modules/psu/driver/pddf_psu_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include "pddf_psu_api.h"


static unsigned short normal_i2c[] = {0x50, 0x58, 0x51, 0x59, 0x53, 0x5b, I2C_CLIENT_END};
static unsigned short normal_i2c[] = { I2C_CLIENT_END };

struct pddf_ops_t pddf_psu_ops = {
.pre_init = NULL,
Expand Down

0 comments on commit f0b4dc2

Please sign in to comment.