Re: [PATCH v2] platform/chrome: Add ChromeOS EC USB driver

From: Dawid Niedźwiecki
Date: Wed Jul 02 2025 - 08:58:45 EST


I'll fix the build problem in V3.

I've also found a bug, introduced in V2:
> + ec_dev->din = devm_kzalloc(ec_dev->dev, ec_dev->din_size, GFP_KERNEL);

ec_dev->dev is not updated at this moment. I'll fix that in V3 as well