From: Clemens Ladisch Date: Sun, 19 Jun 2011 10:10:43 +0000 (+0200) Subject: ALSA: isight: remove superfluous field X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=f39d5a88badb22139cca99b06fc4fe729450ba5c;p=~shefty%2Frdma-dev.git ALSA: isight: remove superfluous field Remove a field that is not used at all. This remained from earlier tests, but the current driver has decided not to handle iris notifications. Signed-off-by: Clemens Ladisch Signed-off-by: Takashi Iwai --- diff --git a/sound/firewire/isight.c b/sound/firewire/isight.c index 440030818db..cd094ecaca3 100644 --- a/sound/firewire/isight.c +++ b/sound/firewire/isight.c @@ -51,7 +51,6 @@ struct isight { struct fw_unit *unit; struct fw_device *device; u64 audio_base; - struct fw_address_handler iris_handler; struct snd_pcm_substream *pcm; struct mutex mutex; struct iso_packets_buffer buffer;