Hi Bertrand, On 08/05/2011 08:21 AM, Bertrand Aygon wrote: > --- > Makefile.am | 5 +++ > drivers/huaweicdmamodem/huaweicdmamodem.c | 42 +++++++++++++++++++++++++++++ > drivers/huaweicdmamodem/huaweicdmamodem.h | 21 ++++++++++++++ > 3 files changed, 68 insertions(+), 0 deletions(-) > create mode 100644 drivers/huaweicdmamodem/huaweicdmamodem.c > create mode 100644 drivers/huaweicdmamodem/huaweicdmamodem.h > Patch has been applied, however: > diff --git a/drivers/huaweicdmamodem/huaweicdmamodem.h b/drivers/huaweicdmamodem/huaweicdmamodem.h > new file mode 100644 > index 0000000..018747f > --- /dev/null > +++ b/drivers/huaweicdmamodem/huaweicdmamodem.h > @@ -0,0 +1,21 @@ > +/* > + * > + * oFono - Open Source Telephony > + * > + * Copyright (C) 2008-2011 Intel Corporation. All rights reserved. > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License version 2 as > + * published by the Free Software Foundation. > + * > + * This program is distributed in the hope that it will be useful, > + * but WITHOUT ANY WARRANTY; without even the implied warranty of > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > + * GNU General Public License for more details. > + * > + * You should have received a copy of the GNU General Public License > + * along with this program; if not, write to the Free Software > + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA > + * > + */ > + I had to take out this empty line otherwise git am complained. This causes git am of patches 7, 8, 11 to fail. So please resubmit these. Regards, -Denis