Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ switch_board_qsfp_lpmode() {
init_devnum

if [[ "$1" == "init" ]]; then
depmod -a
modprobe i2c-dev
modprobe i2c-mux-pca954x force_deselect_on_exit=1
modprobe dell_s6100_iom_cpld
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ switch_board_qsfp() {
init_devnum

if [[ "$1" == "init" ]]; then
depmod -a
modprobe i2c-dev
modprobe i2c-mux-pca954x force_deselect_on_exit=1
modprobe dell_mailbox
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ switch_board_modsel() {
init_devnum

if [ "$1" == "init" ]; then
depmod -a
modprobe i2c-dev
modprobe i2c-mux-pca954x force_deselect_on_exit=1
modprobe i2c_ocores
Expand Down