2014-10-03 05:46:38

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build failure after merge of the target-updates tree

Hi Nicholas,

After merging the target-updates tree, today's linux-next build (x86_64
allmodconfig) failed like this:

drivers/target/target_core_user.c: In function 'tcmu_netlink_event':
drivers/target/target_core_user.c:780:2: error: expected ';' before 'ret'
ret = nla_put_u32(skb, TCMU_ATTR_MINOR, minor);
^

Caused by commit 7f2ea21b2c8d ("target/user: Fix up smatch warnings in
tcmu_netlink_event").

I have reverted that commit for today.
--
Cheers,
Stephen Rothwell [email protected]


Attachments:
signature.asc (819.00 B)

2014-10-03 08:10:41

by Nicholas A. Bellinger

[permalink] [raw]
Subject: Re: linux-next: build failure after merge of the target-updates tree

On Fri, 2014-10-03 at 15:46 +1000, Stephen Rothwell wrote:
> Hi Nicholas,
>
> After merging the target-updates tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> drivers/target/target_core_user.c: In function 'tcmu_netlink_event':
> drivers/target/target_core_user.c:780:2: error: expected ';' before 'ret'
> ret = nla_put_u32(skb, TCMU_ATTR_MINOR, minor);
> ^
>
> Caused by commit 7f2ea21b2c8d ("target/user: Fix up smatch warnings in
> tcmu_netlink_event").
>
> I have reverted that commit for today.

Fixed. Thank you Stephen.

--nab