Re: [PATCH RESEND 1/1] staging: ion: debugfs invalid gfp mask

2016-02-26 Thread Laura Abbott
On 02/25/2016 09:19 PM, Derek Yerger wrote: From drivers/staging/android TODO file - sparse errors. The current code attempts assignment of -1 to an unsigned type. Note that in a downstream function ion_page_pool_shrink this mask is only ever evaluated against __GFP_HIGHMEM (drivers/staging/a

[PATCH RESEND 1/1] staging: ion: debugfs invalid gfp mask

2016-02-25 Thread Derek Yerger
From drivers/staging/android TODO file - sparse errors. The current code attempts assignment of -1 to an unsigned type. Note that in a downstream function ion_page_pool_shrink this mask is only ever evaluated against __GFP_HIGHMEM (drivers/staging/android/ion/ion_page_pool.c, line 125). Sign