Re: [PATCH] fpga: dfl: Add lockdep classes for pdata->lock

From: Scott Wood
Date: Thu Apr 11 2019 - 11:17:24 EST


On Wed, 2019-04-10 at 16:53 -0500, Scott Wood wrote:
> @@ -443,11 +450,16 @@ static int build_info_commit_dev(struct
> build_feature_devs_info *binfo)
> struct platform_device *fdev = binfo->feature_dev;
> struct dfl_feature_platform_data *pdata;
> struct dfl_feature_info *finfo, *p;
> + static enum dfl_id_type type;
> int ret, index = 0;

Ugh, not sure how that "static" snuck in there (probably copy-and-paste
error). Will send v2.

-Scott