Re: [patch] staging: android/ion: testing the wrong variable

2016-10-12 Thread Laura Abbott
On 10/11/2016 11:20 PM, Dan Carpenter wrote: We're testing "pdev" but we intended to test "heap_pdev". This is a static checker fix and it's unlikely that anyone is affected by this bug. Fixes: 13439479c7de ('staging: ion: Add files for parsing the devicetree') Signed-off-by: Dan Carpenter

[patch] staging: android/ion: testing the wrong variable

2016-10-11 Thread Dan Carpenter
We're testing "pdev" but we intended to test "heap_pdev". This is a static checker fix and it's unlikely that anyone is affected by this bug. Fixes: 13439479c7de ('staging: ion: Add files for parsing the devicetree') Signed-off-by: Dan Carpenter diff --git a/drivers/staging/android/ion/ion_of.c