commit | c03496b3bd9281524d11462dc24a7b660ec176c6 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Tue May 12 14:23:28 2020 +0200 |
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Wed May 20 15:02:34 2020 +0200 |
tree | 4b9858a396f7a52c086bd6b12b4c66ab02e949f2 | |
parent | 814634b8e81ff54bfed69bba14656fc703221bd0 [diff] |
media: atomisp: add a notice about possible leak resources Calling acpi_bus_get_device() may end allocating resources that aren't freed. So, add a notice about that, as, if those drivers get out of staging, we may need some changes. Fixes: 0d64e9420583 ("media: atomisp: Add some ACPI detection info") Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>