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 16374ab commit 716141dCopy full SHA for 716141d
drivers/dma/of-dma.c
@@ -29,7 +29,7 @@ static DEFINE_MUTEX(of_dma_lock);
29
* to the DMA data stored is retuned. A NULL pointer is returned if no match is
30
* found.
31
*/
32
-static struct of_dma *of_dma_find_controller(struct of_phandle_args *dma_spec)
+static struct of_dma *of_dma_find_controller(const struct of_phandle_args *dma_spec)
33
{
34
struct of_dma *ofdma;
35
0 commit comments