diff --git a/[refs] b/[refs] index 1b8c5120c1d4..cb7325b67bee 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b30477d5e2961bfd90ad4146c517871ca8a6bebc +refs/heads/master: e61e642c2a0dc283c52cec76a223ac0699773633 diff --git a/trunk/sound/usb/usbaudio.c b/trunk/sound/usb/usbaudio.c index ea3eaa53d637..11b0826b8fe6 100644 --- a/trunk/sound/usb/usbaudio.c +++ b/trunk/sound/usb/usbaudio.c @@ -2483,7 +2483,6 @@ static int parse_audio_format_i_type(struct snd_usb_audio *chip, sample_width, sample_bytes); } /* check the format byte size */ - printk(" XXXXX SAMPLE BYTES %d\n", sample_bytes); switch (sample_bytes) { case 1: pcm_format = SNDRV_PCM_FORMAT_S8;