]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
UBI: Remove alloc_ai() slab name from parameter list
authorRichard Weinberger <richard@nod.at>
Mon, 6 Oct 2014 13:58:07 +0000 (15:58 +0200)
committerRichard Weinberger <richard@nod.at>
Thu, 26 Mar 2015 21:45:57 +0000 (22:45 +0100)
commitd2158f69a7d469c21c37f7028c18aa8c54707de3
treec3fb12f0f45ec980ca39acaf943418687b5b3565
parent98105d0819daf569e741ddfba73cedcac371b9d8
UBI: Remove alloc_ai() slab name from parameter list

There is always exactly one ubi_attach_info object allocated,
therefore we don't have to care about the name.

Signed-off-by: Richard Weinberger <richard@nod.at>
drivers/mtd/ubi/attach.c