mbox

[PULL] dvb-frontends: use %*ph[N] to dump small buffers

Message ID CAOcJUby47hZKEB8NODjCD5DeTToCPc233H6G77jaDQ_yyVDfig@mail.gmail.com (mailing list archive)
State Accepted, archived
Headers

Pull-request

git://git.linuxtv.org/mkrufky/tuners frontends

Message

Michael Ira Krufky Dec. 21, 2012, 1:10 p.m. UTC
  Mauro,

updated pwclient script and pull request follows:

pwclient update -s 'superseded' 15687
pwclient update -s 'superseded' 15688
pwclient update -s 'superseded' 15933

The following changes since commit 5b7d8de7d2328f7b25fe4645eafee7e48f9b7df3:

  [media] au0828: break au0828_card_setup() down into smaller
functions (2012-12-17 14:34:27 -0200)

are available in the git repository at:

  git://git.linuxtv.org/mkrufky/tuners frontends

for you to fetch changes up to cf866aea2dd6730b20be9ad69f8829675b0e6234:

  or51211: apply pr_fmt and use pr_* macros instead of printk
(2012-12-18 08:20:28 -0500)

----------------------------------------------------------------
Andy Shevchenko (3):
      or51211: use %*ph[N] to dump small buffers
      ix2505v: use %*ph[N] to dump small buffers
      or51211: apply pr_fmt and use pr_* macros instead of printk

 drivers/media/dvb-frontends/ix2505v.c |    2 +-
 drivers/media/dvb-frontends/or51211.c |   99
++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------
 2 files changed, 45 insertions(+), 56 deletions(-)

Cheers,

Mike

On Mon, Dec 17, 2012 at 9:16 PM, Michael Krufky <mkrufky@linuxtv.org> wrote:
> Mauro,
>
> Please apply the following to update status in patchwork along with
> the following merge request...
>
> pwclient update -s 'superseded' 15687
> pwclient update -s 'changes requested' 15688
>
> I am marking 15687 as superseded because I broke the patch into two
> separate patches.  (see merge request below)
> 15688 causes new build warnings, so I've asked Andy to resubmit.
>
> Please merge:
>
> The following changes since commit 5b7d8de7d2328f7b25fe4645eafee7e48f9b7df3:
>
>   [media] au0828: break au0828_card_setup() down into smaller
> functions (2012-12-17 14:34:27 -0200)
>
> are available in the git repository at:
>
>   git://git.linuxtv.org/mkrufky/tuners frontends
>
> for you to fetch changes up to 34c87fa2214d134c0028c97d7aab3dd769bb3bf0:
>
>   ix2505v: use %*ph[N] to dump small buffers (2012-12-17 20:12:29 -0500)
>
> ----------------------------------------------------------------
> Andy Shevchenko (2):
>       or51211: use %*ph[N] to dump small buffers
>       ix2505v: use %*ph[N] to dump small buffers
>
>  drivers/media/dvb-frontends/ix2505v.c |    2 +-
>  drivers/media/dvb-frontends/or51211.c |    5 +----
>  2 files changed, 2 insertions(+), 5 deletions(-)
>
> Cheers,
>
> Mike
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
  

Comments

Michael Ira Krufky Dec. 21, 2012, 1:12 p.m. UTC | #1
Argh!  I forgot one pwclient command:

pwclient update -s 'accepted' 15938

Thanks again,

Mike

On Fri, Dec 21, 2012 at 8:10 AM, Michael Krufky <mkrufky@linuxtv.org> wrote:
> Mauro,
>
> updated pwclient script and pull request follows:
>
> pwclient update -s 'superseded' 15687
> pwclient update -s 'superseded' 15688
> pwclient update -s 'superseded' 15933
>
> The following changes since commit 5b7d8de7d2328f7b25fe4645eafee7e48f9b7df3:
>
>   [media] au0828: break au0828_card_setup() down into smaller
> functions (2012-12-17 14:34:27 -0200)
>
> are available in the git repository at:
>
>   git://git.linuxtv.org/mkrufky/tuners frontends
>
> for you to fetch changes up to cf866aea2dd6730b20be9ad69f8829675b0e6234:
>
>   or51211: apply pr_fmt and use pr_* macros instead of printk
> (2012-12-18 08:20:28 -0500)
>
> ----------------------------------------------------------------
> Andy Shevchenko (3):
>       or51211: use %*ph[N] to dump small buffers
>       ix2505v: use %*ph[N] to dump small buffers
>       or51211: apply pr_fmt and use pr_* macros instead of printk
>
>  drivers/media/dvb-frontends/ix2505v.c |    2 +-
>  drivers/media/dvb-frontends/or51211.c |   99
> ++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------
>  2 files changed, 45 insertions(+), 56 deletions(-)
>
> Cheers,
>
> Mike
>
> On Mon, Dec 17, 2012 at 9:16 PM, Michael Krufky <mkrufky@linuxtv.org> wrote:
>> Mauro,
>>
>> Please apply the following to update status in patchwork along with
>> the following merge request...
>>
>> pwclient update -s 'superseded' 15687
>> pwclient update -s 'changes requested' 15688
>>
>> I am marking 15687 as superseded because I broke the patch into two
>> separate patches.  (see merge request below)
>> 15688 causes new build warnings, so I've asked Andy to resubmit.
>>
>> Please merge:
>>
>> The following changes since commit 5b7d8de7d2328f7b25fe4645eafee7e48f9b7df3:
>>
>>   [media] au0828: break au0828_card_setup() down into smaller
>> functions (2012-12-17 14:34:27 -0200)
>>
>> are available in the git repository at:
>>
>>   git://git.linuxtv.org/mkrufky/tuners frontends
>>
>> for you to fetch changes up to 34c87fa2214d134c0028c97d7aab3dd769bb3bf0:
>>
>>   ix2505v: use %*ph[N] to dump small buffers (2012-12-17 20:12:29 -0500)
>>
>> ----------------------------------------------------------------
>> Andy Shevchenko (2):
>>       or51211: use %*ph[N] to dump small buffers
>>       ix2505v: use %*ph[N] to dump small buffers
>>
>>  drivers/media/dvb-frontends/ix2505v.c |    2 +-
>>  drivers/media/dvb-frontends/or51211.c |    5 +----
>>  2 files changed, 2 insertions(+), 5 deletions(-)
>>
>> Cheers,
>>
>> Mike
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html