Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1632762 > unrolled thread
| Started by | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| First post | 2017-04-28 12:10 +0200 |
| Last post | 2017-04-28 12:10 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 1/1] staging: fbtft: Fix Sparse warning in fb_watterott.c Greg KH <gregkh@linuxfoundation.org> - 2017-04-28 12:10 +0200
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2017-04-28 12:10 +0200 |
| Subject | Re: [PATCH 1/1] staging: fbtft: Fix Sparse warning in fb_watterott.c |
| Message-ID | <tBb0B-5UI-11@gated-at.bofh.it> |
On Fri, Apr 21, 2017 at 05:54:47PM +0200, Cezary Gapinski wrote: > Sparse reports the following in fb_watterott.c: > > warning: incorrect type in assignment (different base types) > expected unsigned short [unsigned] [short] [usertype] <noident> > got restricted __be16 [usertype] <noident> > > Use __be16 types for endian correctness > > Signed-off-by: Cezary Gapinski <gapalinux@gmail.com> > --- > drivers/staging/fbtft/fb_watterott.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Patch does not apply to my tree :(
Back to top | Article view | linux.kernel
csiph-web