Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1204470

Re: [PATCH] staging: wilc100: Remove pointer and integer comparision

From Dan Carpenter <dan.carpenter@oracle.com>
Newsgroups linux.kernel
Subject Re: [PATCH] staging: wilc100: Remove pointer and integer comparision
Date 2015-08-10 20:40 +0200
Message-ID <pW09j-643-9@gated-at.bofh.it> (permalink)
References <pVAHU-1zK-11@gated-at.bofh.it> <pVRSr-2iN-25@gated-at.bofh.it> <pVXl7-21m-13@gated-at.bofh.it> <pVY7v-3bG-5@gated-at.bofh.it> <pVZmV-4Uw-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Warnings are not a bad thing they are a valuable marker to let us know
which code is broken.  If we just silence the warning in the laziest
possible way then we are throwing away valuable information.  It's
better to leave the warning there so that the next person can fix it
properly.

If you want to leave the code as-is that is absolutely fine with me, but
don't remove the warning until someone can look at this a bit carefully.

regards,
dan carpenter

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] staging: wilc100: Remove pointer and integer comparision Chandra S Gorentla <csgorentla@gmail.com> - 2015-08-09 17:30 +0200
  Re: [PATCH] staging: wilc100: Remove pointer and integer comparision Dan Carpenter <dan.carpenter@oracle.com> - 2015-08-10 11:50 +0200
    Re: [PATCH] staging: wilc100: Remove pointer and integer comparision Chandra Gorentla <csgorentla@gmail.com> - 2015-08-10 17:40 +0200
      Re: [PATCH] staging: wilc100: Remove pointer and integer comparision Dan Carpenter <dan.carpenter@oracle.com> - 2015-08-10 18:30 +0200
        Re: [PATCH] staging: wilc100: Remove pointer and integer comparision Chandra Gorentla <csgorentla@gmail.com> - 2015-08-10 19:50 +0200
          Re: [PATCH] staging: wilc100: Remove pointer and integer comparision Dan Carpenter <dan.carpenter@oracle.com> - 2015-08-10 20:40 +0200
            Re: [PATCH] staging: wilc100: Remove pointer and integer comparision Chandra Gorentla <csgorentla@gmail.com> - 2015-08-11 17:30 +0200

csiph-web