lkml.org 
[lkml]   [2013]   [Sep]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH] UBI: simplify image sequence test
    Am 27.09.2013 14:51, schrieb Richard Genoud:
    > The test:
    > if (!a && b)
    > a = b;
    > can be symplified in:
    > if (!a)
    > a = b;
    >
    > And there's no need to test if ubi->image_seq is not null, because if it is,
    > it is set to image_seq.
    > So, we just test if image_seq is not null.
    >
    > Signed-off-by: Richard Genoud <richard.genoud@gmail.com>

    Acked-by: Richard Weinberger <richard@nod.at>



    \
     
     \ /
      Last update: 2013-09-27 15:41    [W:3.371 / U:0.020 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site