Re: [PATCH linux] drivers/fsi: Add SBEFIFO FSI client device driver

From: Greg KH
Date: Thu Jun 15 2017 - 01:18:26 EST


On Wed, Jun 14, 2017 at 02:47:27PM -0500, Edward A. James wrote:
> +static DEFINE_IDA(sbefifo_ida);

WHen your module exits, you don't clean up this structure. Common
mistake :)

thanks,

greg k-h