@@ -214,12 +214,12 @@ static int apple_dpxbar_set_t602x(struct mux_control *mux, int state)
214
214
spin_unlock_irqrestore (& dpxbar -> lock , flags );
215
215
216
216
if (enable )
217
- dev_err (dpxbar -> dev , "Switched %s to dispext%u,%u\n" ,
218
- apple_dpxbar_names [index ], mux_state >> 1 ,
219
- mux_state & 1 );
217
+ dev_info (dpxbar -> dev , "Switched %s to dispext%u,%u\n" ,
218
+ apple_dpxbar_names [index ], mux_state >> 1 ,
219
+ mux_state & 1 );
220
220
else
221
- dev_err (dpxbar -> dev , "Switched %s to disconnected state\n" ,
222
- apple_dpxbar_names [index ]);
221
+ dev_info (dpxbar -> dev , "Switched %s to disconnected state\n" ,
222
+ apple_dpxbar_names [index ]);
223
223
224
224
return ret ;
225
225
}
@@ -349,12 +349,12 @@ static int apple_dpxbar_set(struct mux_control *mux, int state)
349
349
spin_unlock_irqrestore (& dpxbar -> lock , flags );
350
350
351
351
if (enable )
352
- dev_err (dpxbar -> dev , "Switched %s to dispext%u,%u\n" ,
353
- apple_dpxbar_names [index ], mux_state >> 1 ,
354
- mux_state & 1 );
352
+ dev_info (dpxbar -> dev , "Switched %s to dispext%u,%u\n" ,
353
+ apple_dpxbar_names [index ], mux_state >> 1 ,
354
+ mux_state & 1 );
355
355
else
356
- dev_err (dpxbar -> dev , "Switched %s to disconnected state\n" ,
357
- apple_dpxbar_names [index ]);
356
+ dev_info (dpxbar -> dev , "Switched %s to disconnected state\n" ,
357
+ apple_dpxbar_names [index ]);
358
358
359
359
return ret ;
360
360
}
0 commit comments