Return-Path: Date: Wed, 18 May 2011 12:19:24 -0700 From: Johan Hedberg To: Radoslaw Jablonski Cc: linux-bluetooth@vger.kernel.org Subject: Re: [PATCH] Fix newmissedcalls handling for large responses Message-ID: <20110518191924.GA16185@dell.amr.corp.intel.com> References: <1305716103-14564-1-git-send-email-ext-jablonski.radoslaw@nokia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1305716103-14564-1-git-send-email-ext-jablonski.radoslaw@nokia.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Radek, On Wed, May 18, 2011, Radoslaw Jablonski wrote: > Previously pull_newmissedcalls was called for every part when > processing large response (more that one part of results) and > number of 'newmissedcalls' was wrong in that scenario. > Now newmissedcalls will be counted only once (during generating > first part of mch results). > --- > plugins/phonebook-tracker.c | 6 +++++- > 1 files changed, 5 insertions(+), 1 deletions(-) This conflicts with Slawek's patch. Are both still valid? Johan