On Wed, Jun 11, 2025 at 06:51:21PM +0100, Igor Korotin wrote: > @@ -162,7 +178,10 @@ pub trait Driver: Send { > type IdInfo: 'static; > > /// The table of OF device ids supported by the driver. > - const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>>; > + const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = None; This change is fine, but it should be a separate patch.