device_warn

Macro device_warn 

Source
macro_rules! device_warn {
    ($device:expr) => { ... };
    ($device:expr, $msg:expr) => { ... };
}