Commit 560367b2 authored by igalia's avatar igalia

fix compiling error tdc-zio.c

Signed-off-by: 's avatarigalia <igalia@ostest.(none)>
parent 27362360
......@@ -220,7 +220,7 @@ int tdc_zio_register_device(struct spec_tdc *tdc)
/* Mandatory fields */
tdc->hwzdev->owner = THIS_MODULE;
tdc->hwzdev->private_data = tdc;
tdc->hwzdev->priv_d = tdc;
/* Our dev_id is bus+devfn */
pdev = tdc->spec->pdev;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment