Skip to content

cix: Fix ref_clk/ddr_data error checks - #49

Open
USAVault wants to merge 3 commits into
cixtech:mainfrom
USAVault:usb3-fix-ref-clk
Open

cix: Fix ref_clk/ddr_data error checks#49
USAVault wants to merge 3 commits into
cixtech:mainfrom
USAVault:usb3-fix-ref-clk

Conversation

@USAVault

@USAVault USAVault commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

During copy-paste refactoring, several error checks were not updated to match their new context

  • apb_clk => ref_clk
  • vaddr => ddr_data

@USAVault USAVault changed the title usb3: Add ref_clk error check cix: Fix ref_clk/ddr_data error checks Jul 16, 2026
+ if (IS_ERR(u3phy->apb_clk)) {
+ dev_err(dev, "phy apb clock not found\n");
+ return PTR_ERR(u3phy->apb_clk);
+ }

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this line should not get deleted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants