lkml.org 
[lkml]   [2009]   [Feb]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 22/43] drivers/net/hamradio: fix sparse warnings: fix signedness
    Date
    Fix this sparse warnings:
    drivers/net/hamradio/hdlcdrv.c:274:34: warning: incorrect type in argument 2 (different signedness)
    drivers/net/hamradio/hdlcdrv.c:279:47: warning: incorrect type in argument 2 (different signedness)
    drivers/net/hamradio/hdlcdrv.c:288:39: warning: incorrect type in argument 2 (different signedness)
    drivers/net/hamradio/hdlcdrv.c:300:47: warning: incorrect type in argument 2 (different signedness)

    Signed-off-by: Hannes Eder <hannes@hanneseder.net>
    ---
    include/linux/hdlcdrv.h | 2 +-
    1 files changed, 1 insertions(+), 1 deletions(-)

    diff --git a/include/linux/hdlcdrv.h b/include/linux/hdlcdrv.h
    index 0821bac..c010b4a 100644
    --- a/include/linux/hdlcdrv.h
    +++ b/include/linux/hdlcdrv.h
    @@ -215,7 +215,7 @@ struct hdlcdrv_state {

    struct hdlcdrv_hdlctx {
    struct hdlcdrv_hdlcbuffer hbuf;
    - long in_hdlc_tx;
    + unsigned long in_hdlc_tx;
    /*
    * 0 = send flags
    * 1 = send txtail (flags)


    \
     
     \ /
      Last update: 2009-02-14 22:39    [W:6.751 / U:0.116 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site