lkml.org 
[lkml]   [2010]   [Sep]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH 1/2 v2] msm: Install the Google-Android gpio driver.
From
Date
On Wed, 2010-09-01 at 16:39 -0700, Gregory Bean wrote:
> +void msm_gpio_enter_sleep(int from_idle)
> +{
> + int i;
> + struct tramp_gpio_smem *smem_gpio;
> +
> + smem_gpio = smem_alloc(SMEM_GPIO_INT, sizeof(*smem_gpio));
> +
> + if (smem_gpio) {
> + for (i = 0; i < ARRAY_SIZE(smem_gpio->enabled); i++) {
> + smem_gpio->enabled[i] = 0;
> + smem_gpio->detection[i] = 0;
> + smem_gpio->polarity[i] = 0;
> + }
> + }
> +

Can you not drop these for some reason ?

Daniel

--

Sent by a consultant of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.



\
 
 \ /
  Last update: 2010-09-02 01:51    [W:0.713 / U:0.180 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site