We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 408ca1d commit 2a98786Copy full SHA for 2a98786
drivers/spi/spi-bcm63xx-hsspi.c
@@ -745,7 +745,7 @@ static int bcm63xx_hsspi_probe(struct platform_device *pdev)
745
if (IS_ERR(clk))
746
return PTR_ERR(clk);
747
748
- reset = devm_reset_control_get_optional_exclusive(dev, NULL);
+ reset = devm_reset_control_get_optional_shared(dev, NULL);
749
if (IS_ERR(reset))
750
return PTR_ERR(reset);
751
0 commit comments