let videoInput = AVCaptureDeviceInput.deviceInputWithDevice(self.videoDevice, error: nil)!

上記のコードでextra argument 'error' in call
と出ているのですが、エラーの原因はなんでしょうか。