소스 검색

mfd: Revert "mfd: Always assign of_node in mfd_add_device()"

This reverts commit 68044bee13770918e0b28dd44aa98c889ec7558f.

We've had confirmed reports of this patch causing unforeseen issues
with existing MFD users. It has been agreed by the original author
and myself that reversion is the best solution.

Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Lee Jones 11 년 전
부모
커밋
60a4992aae
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      drivers/mfd/mfd-core.c

+ 0 - 2
drivers/mfd/mfd-core.c

@@ -117,8 +117,6 @@ static int mfd_add_device(struct device *parent, int id,
 			}
 			}
 		}
 		}
 	}
 	}
-	if (!pdev->dev.of_node)
-		pdev->dev.of_node = parent->of_node;
 
 
 	if (cell->pdata_size) {
 	if (cell->pdata_size) {
 		ret = platform_device_add_data(pdev,
 		ret = platform_device_add_data(pdev,