On Mon, Jun 29, 2026 at 06:43:12AM +0000, [email protected] wrote: > Thank you for your contribution! Sashiko AI review found 1 potential issue(s) > to consider: > > Pre-existing issues: > - [High] The error path unconditionally returns ERR_PTR(-ENOMEM), masking the > actual error code from vmw_bo_create(). > --
Fair enough. It's better to propagate the error code. regards, dan carpenter
