forked from Minki/linux
media: s5p-cec: use CEC_CAP_DEFAULTS
Use the new CEC_CAP_DEFAULTS define in the s5p-cec driver. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Acked-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
037e0865c2
commit
583352beda
@ -219,11 +219,8 @@ static int s5p_cec_probe(struct platform_device *pdev)
|
||||
if (cec->notifier == NULL)
|
||||
return -ENOMEM;
|
||||
|
||||
cec->adap = cec_allocate_adapter(&s5p_cec_adap_ops, cec,
|
||||
CEC_NAME,
|
||||
CEC_CAP_LOG_ADDRS | CEC_CAP_TRANSMIT |
|
||||
CEC_CAP_PASSTHROUGH | CEC_CAP_RC |
|
||||
(needs_hpd ? CEC_CAP_NEEDS_HPD : 0), 1);
|
||||
cec->adap = cec_allocate_adapter(&s5p_cec_adap_ops, cec, CEC_NAME,
|
||||
CEC_CAP_DEFAULTS | (needs_hpd ? CEC_CAP_NEEDS_HPD : 0), 1);
|
||||
ret = PTR_ERR_OR_ZERO(cec->adap);
|
||||
if (ret)
|
||||
return ret;
|
||||
|
Loading…
Reference in New Issue
Block a user