@@ -214,12 +214,12 @@ static int apple_dpxbar_set_t602x(struct mux_control *mux, int state)
214214 spin_unlock_irqrestore (& dpxbar -> lock , flags );
215215
216216 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 );
220220 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 ]);
223223
224224 return ret ;
225225}
@@ -349,12 +349,12 @@ static int apple_dpxbar_set(struct mux_control *mux, int state)
349349 spin_unlock_irqrestore (& dpxbar -> lock , flags );
350350
351351 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 );
355355 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 ]);
358358
359359 return ret ;
360360}
0 commit comments