lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 16 May 2017 15:42:26 +0800
From:   Jandy Gou <gouqingsong@...dix.com>
To:     <thomas.petazzoni@...e-electrons.com>
CC:     <gregkh@...uxfoundation.org>, <devel@...verdev.osuosl.org>,
        <linux-kernel@...r.kernel.org>, Jandy Gou <gouqingsong@...dix.com>
Subject: [PATCH] staging: fbtft: fix sparse warning

fix the sparse warning:
  drivers/staging/fbtft/fbtft-io.c:74:29:
    warning: incorrect type in     assignment (different base types)    
    drivers/staging/fbtft/fbtft-io.c:74:29:    expected unsigned long
    long     [unsigned] [long] [long long] [usertype] <noident>    
    drivers/staging/fbtft/fbtft-io.c:74:29:    got restricted __be64    
    [usertype] <noident>

 drivers/staging/fbtft/fbtft-io.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.9.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ