On Tue, Nov 26, 2024 at 4:53 PM Frank Li <Frank.Li@xxxxxxx> wrote: > + chip_info = device_get_match_data(dev); > + if (!chip_info) This NULL check is not needed. If the code entered probe(), a compatible was matched.
On Tue, Nov 26, 2024 at 4:53 PM Frank Li <Frank.Li@xxxxxxx> wrote: > + chip_info = device_get_match_data(dev); > + if (!chip_info) This NULL check is not needed. If the code entered probe(), a compatible was matched.