]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/media/tuners/mxl5007t.c
Merge branches 'for-4.11/upstream-fixes', 'for-4.12/accutouch', 'for-4.12/cp2112...
[mirror_ubuntu-artful-kernel.git] / drivers / media / tuners / mxl5007t.c
index 42569c6811e6d0a95d554afa2ba0144a6cbd2415..4081fd97c3b2cad0b71e0bd53d87c6ad8b2805c6 100644 (file)
  *  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., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
 #include <linux/i2c.h>
@@ -776,7 +772,7 @@ static int mxl5007t_get_if_frequency(struct dvb_frontend *fe, u32 *frequency)
        return 0;
 }
 
-static int mxl5007t_release(struct dvb_frontend *fe)
+static void mxl5007t_release(struct dvb_frontend *fe)
 {
        struct mxl5007t_state *state = fe->tuner_priv;
 
@@ -788,8 +784,6 @@ static int mxl5007t_release(struct dvb_frontend *fe)
        mutex_unlock(&mxl5007t_list_mutex);
 
        fe->tuner_priv = NULL;
-
-       return 0;
 }
 
 /* ------------------------------------------------------------------------- */