File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
drivers/potentiometer/ad514x Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -958,7 +958,7 @@ const struct dpot_ops ad5141_dpot_ops = {
958958 .dpot_copy_nvm_to_rdac = & ad5141_dpot_copy_nvm_to_rdac ,
959959 .dpot_rdac_linear_update = & ad5141_dpot_rdac_linear_update ,
960960 .dpot_rdac_6db_update = & ad5141_dpot_rdac_6db_update ,
961- // .dpot_send_cmd = &ad5141_dpot_send_cmd,
961+ .dpot_send_cmd = & ad5141_dpot_send_cmd ,
962962 .dpot_remove = & ad5141_dpot_remove ,
963963 .dpot_enable_top_bottom_scale = & ad5141_dpot_top_bottom_scale_enable
964964};
Original file line number Diff line number Diff line change @@ -910,7 +910,7 @@ const struct dpot_ops ad5142_dpot_ops = {
910910 .dpot_copy_nvm_to_rdac = & ad5142_dpot_copy_nvm_to_rdac ,
911911 .dpot_rdac_linear_update = & ad5142_dpot_rdac_linear_update ,
912912 .dpot_rdac_6db_update = & ad5142_dpot_rdac_6db_update ,
913- // .dpot_send_cmd = &ad5142_dpot_send_cmd,
913+ .dpot_send_cmd = & ad5142_dpot_send_cmd ,
914914 .dpot_remove = & ad5142_dpot_remove ,
915915 .dpot_enable_top_bottom_scale = & ad5142_dpot_top_bottom_scale_enable
916916};
Original file line number Diff line number Diff line change @@ -968,7 +968,7 @@ const struct dpot_ops ad5144_dpot_ops = {
968968 .dpot_copy_nvm_to_rdac = & ad5144_dpot_copy_nvm_to_rdac ,
969969 .dpot_rdac_linear_update = & ad5144_dpot_rdac_linear_update ,
970970 .dpot_rdac_6db_update = & ad5144_dpot_rdac_6db_update ,
971- // .dpot_send_cmd = &ad5144_dpot_send_cmd,
971+ .dpot_send_cmd = & ad5144_dpot_send_cmd ,
972972 .dpot_remove = & ad5144_dpot_remove ,
973973 .dpot_enable_top_bottom_scale = & ad5144_dpot_top_bottom_scale_enable
974974};
You can’t perform that action at this time.
0 commit comments