On Thu, Jul 9, 2020 at 12:40 PM wangyunjian <wangyunj...@huawei.com> wrote: > > From: Yunjian Wang <wangyunj...@huawei.com> > > In fslmc_process_mcp(), we allocate memory for 'dev_name' but not released > before return in secondary process.
dev_name is not used anymore since a69f79300262 ("bus/fslmc: support multi VFIO group") We can remove it entirely in this function. -- David Marchand